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