[pytest] DJANGO_SETTINGS_MODULE = server.settings python_files = tests.py test_*.py *_tests.py # Do not look for classes (all test clasess are descendant of unittest.TestCase), some of which are named Test* but are not tests (e.g. TestProvider) pythonpath = ./src python_classes = # If coverage is enabled, debug test will not work on vscode #addopts = --cov --cov-report html --cov-config=coverage.ini -n 12 #addopts = --cov --cov-report html --cov-config=coverage.ini -n 12 # addopts = -n 12 filterwarnings = error ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning ignore::matplotlib._api.deprecation.MatplotlibDeprecationWarning:pydev