[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