Jarvis/pytest.ini

10 lines
222 B
INI
Raw Normal View History

2024-01-21 13:53:57 +01:00
[pytest]
DJANGO_SETTINGS_MODULE = config.settings
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
# -- recommended but optional:
python_files = tests.py test_*.py tests_* *_tests.py