pytest Plugin
llmtest integrates with pytest through two mechanisms:
@llm_testdecorator — declare assertions, provider, model, and config in one placellmfixture — standard pytest fixture for calling LLMs directly
Both can be mixed in the same test suite.
Last updated on