apprise-api/apprise_api/pytest.ini
2019-10-27 11:12:44 -04:00

5 lines
151 B
INI

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