[pytest] # Run from backend/ (the image's /app). `pythonpath = .` puts the app package on sys.path so tests # import it as `app.*`, matching runtime. The suite is pure-logic only (no DB/network) — see tests/. testpaths = tests pythonpath = . addopts = -q