pytest.ini 152 Bytes
[pytest]
DJANGO_SETTINGS_MODULE=project.settings.testing
norecursedirs = requirements deployment
testpaths = test
addopts = --capture=fd --nomigrations