We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b19e7c commit 7201f7fCopy full SHA for 7201f7f
Makefile
@@ -46,6 +46,12 @@ install-test: install-dev
46
test: install-test
47
$(POETRY) run pytest -k "not kms"
48
49
+test-debug: install-test
50
+ $(POETRY) run pytest -k "not kms" -vvv -s
51
+
52
+test-trace: install-test
53
+ $(POETRY) run pytest -k "not kms" -vvv --log-cli-level=DEBUG
54
55
format: install-dev
56
$(POETRY) run black --extend-exclude test-data/gardenlinux .
57
0 commit comments