diff --git a/api/tacticalrmm/pytest.ini b/api/tacticalrmm/pytest.ini new file mode 100644 index 00000000..09dcb811 --- /dev/null +++ b/api/tacticalrmm/pytest.ini @@ -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