7 lines
215 B
INI
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)
|