From 2447734471c9eab2aa12098265c58e964dbfe2f7 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Wed, 29 Sep 2021 11:58:19 +0200 Subject: [PATCH] add failfat directive --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7016c80..1cae41e 100644 --- a/Makefile +++ b/Makefile @@ -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 . +