[pytest] DJANGO_SETTINGS_MODULE = myproject.settings python_files = tests.py test_*.py *_tests.py python_classes = Test* *Tests python_functions = test_* testpaths = myproject pythonpath = myproject addopts = --tb=short --strict-markers --reuse-db # Django database setup django_find_project = true