mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
Configure pytest to exit after first num failures or errors (#1292)
This commit is contained in:
parent
b40d63fffc
commit
dec3305cd5
|
@ -1,2 +1,3 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
|
addopts = --exitfirst
|
||||||
DJANGO_SETTINGS_MODULE=config.settings.test
|
DJANGO_SETTINGS_MODULE=config.settings.test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user