Jarvis/pytest.ini

10 lines
222 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = config.settings
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
# -- recommended but optional:
python_files = tests.py test_*.py tests_* *_tests.py