From b440c772d679a64b956dc4abcade8843fe69baa7 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 23 Apr 2022 02:01:34 +0000 Subject: [PATCH] forgot pytest.ini --- api/tacticalrmm/pytest.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/tacticalrmm/pytest.ini 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