forgot pytest.ini
This commit is contained in:
parent
2895560b30
commit
b440c772d6
|
@ -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
|
Loading…
Reference in New Issue