pytest.ini 165 Bytes
[pytest]
DJANGO_SETTINGS_MODULE=PROJECTproject-NAME.settings.testing
norecursedirs = requirements deployment
testpaths = tests
addopts = --capture=fd --nomigrations