Files
2026-02-28 17:31:03 +03:00

7 lines
215 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = salon_api.settings
python_files = tests.py test_*.py *_tests.py
addopts = -q -m "not external"
markers =
external: hits real third-party services (requires explicit env to run)