mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-20 01:35:41 +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]
|
||||
addopts = --exitfirst
|
||||
DJANGO_SETTINGS_MODULE=config.settings.test
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user