Skip to content

Commit 9a0c856

Browse files
test: crash early if one api crash fails
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 7f840b7 commit 9a0c856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_all_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mkdir temp
2626
# start tests
2727
cd temp
2828
python -m pytest ../test_wdoc.py -n auto -v && \
29-
python -m pytest ../test_wdoc.py -m api -v
29+
python -m pytest ../test_wdoc.py -m api -v -x
3030

3131
# also check if we can install those then redo some of the tests
3232
cd ..

0 commit comments

Comments
 (0)