mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 21:44:52 +03:00
Configure pytest to exit after first num failures or errors
This commit is contained in:
parent
b40d63fffc
commit
7842ae798e
|
@ -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