Testing
Run all tests (PowerShell)
1
2
.\.venv\Scripts\Activate.ps1
pytest -q
Notes
- Tests live under
tests/. - Some tests may mock model providers; configuration is still recommended for local runs.
1
2
.\.venv\Scripts\Activate.ps1
pytest -q
tests/.