pytest.ini 151 B

12345
  1. [pytest]
  2. # Project root (app, config_store, …) and tests/ (conftest helpers) on the import path.
  3. pythonpath = . tests
  4. testpaths = tests
  5. addopts = -q