apprise-api/pytest.ini
2020-12-31 12:57:55 -05:00

5 lines
159 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = core.settings.pytest
addopts = --nomigrations --cov=. --cov-report=term-missing
python_files = tests.py test_*.py *_tests.py