Skip to Content
Documentationpytest Pluginpytest Plugin

pytest Plugin

llmtest integrates with pytest through two mechanisms:

  1. @llm_test decorator — declare assertions, provider, model, and config in one place
  2. llm fixture — standard pytest fixture for calling LLMs directly

Both can be mixed in the same test suite.

Last updated on