forgot pytest.ini

This commit is contained in:
wh1te909 2022-04-23 02:01:34 +00:00
parent 2895560b30
commit b440c772d6
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
[pytest]
DJANGO_SETTINGS_MODULE = tacticalrmm.settings
python_files = tests.py
addopts = -vvv --cov --cov-config=.coveragerc --cov-report=xml -n auto
filterwarnings =
ignore::django.core.cache.CacheKeyWarning