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 . +