pytest: stop at first error

This commit is contained in:
2020-02-04 11:29:27 -06:00
parent 1986effcd5
commit e0b997b3fd

View File

@@ -1,4 +1,4 @@
PYTEST_ARGS := -W ignore::DeprecationWarning -vv
PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x
all: docs test