Testing
agentrelay has test coverage for both the current architecture layer and the
v01 prototype layer.
Scope
test/- tests forsrc/agentrelay/(current architecture)test/prototypes/v01/- tests forsrc/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.