[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) 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