Files
tecvico-website/pytest.ini
T
2026-06-21 17:54:19 +03:30

7 lines
160 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = config.settings.development
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short