Skip to content

Testing

agentrelay has test coverage for both the current architecture layer and the v01 prototype layer.

Scope

  • test/ - tests for src/agentrelay/ (current architecture)
  • test/prototypes/v01/ - tests for src/agentrelay/prototypes/v01/

Commands

Run all tests:

pixi run test

Run format + typecheck + tests:

pixi run check

Show collected test cases without executing:

pixi run pytest --collect-only -q

Validate schema examples used in docs:

pixi run pytest test/test_docs_examples.py

Use pixi run pytest --collect-only -q at any time for the current test count.