Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A pytest plugin for running and analyzing LLM evaluation tests.
pytest-evals is a minimalistic pytest plugin designed to help developers run and analyze evaluation tests for Large Language Models (LLMs). It simplifies the process of testing LLM outputs against predefined examples, ensuring that your models perform as expected over time.
pip install pytest-evals
.