Spaces:
Running
Running
File size: 184 Bytes
a8784d9 | 1 2 3 4 5 6 | [pytest]
# Put the repo root on sys.path so `import src...` works under bare `pytest`
# (CI), not only `python -m pytest` (which adds CWD implicitly).
pythonpath = .
testpaths = tests
|