Configure pytest to exit after first num failures or errors

This commit is contained in:
Nikita P. Shupeyko 2017-08-23 12:53:38 +03:00
parent b40d63fffc
commit 7842ae798e

View File

@ -1,2 +1,3 @@
[pytest]
addopts = --exitfirst
DJANGO_SETTINGS_MODULE=config.settings.test