add failfat directive

This commit is contained in:
Colin Goutte 2021-09-29 11:58:19 +02:00
parent e1a4449ad4
commit 2447734471
1 changed files with 4 additions and 0 deletions

View File

@ -31,3 +31,7 @@ test:
dtest:
poetry run pytest -s --pdb --cov=. --cov-report=term-missing:skip-covered .
.ONESHELL:
qtest:
poetry run pytest -sxv --ff --lf .