Devisri515's picture
Fix CI (pytest sys.path); remove em-dashes and stale quota from README
834a723
Raw
History Blame Contribute Delete
255 Bytes
[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__