| [pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| addopts = -q | |
| # Put the repo root on sys.path so `import src...` works under bare `pytest` (CI) | |
| pythonpath = . | |
| # The offline LLM-as-a-judge script is not a unit test | |
| norecursedirs = venv .git __pycache__ | |