db_kyc_project/backend/pytest.ini

7 lines
174 B
INI
Raw Permalink Normal View History

2024-12-10 23:31:35 +03:00
[pytest]
python_files = tests.py test_*.py *_tests.py
filterwarnings =
ignore::RuntimeWarning
env=
DJANGO_SETTINGS_MODULE=clicker.test_settings
addopts=--nomigrations