We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6935b41 commit a85d2d7Copy full SHA for a85d2d7
1 file changed
Makefile
@@ -18,7 +18,7 @@
18
# Configuration Variables
19
# ========================
20
21
-PYTEST_ARGS ?= -v # Override with e.g. PYTEST_ARGS="-vv --tb=short"
+PYTEST_ARGS ?= -v -x # Override with e.g. PYTEST_ARGS="-vv --tb=short"
22
COVERAGE ?= 0 # Set COVERAGE=1 to enable coverage: make test COVERAGE=1
23
COVERAGE_FAIL_UNDER ?= 85 # Minimum coverage % to pass: make coverage-report COVERAGE_FAIL_UNDER=70
24
KEEP_COMPOSE ?= 0 # Set KEEP_COMPOSE=1 to keep containers after integration tests
0 commit comments