Makefile reorder
This commit is contained in:
+8
-4
@@ -1,10 +1,14 @@
|
|||||||
|
.PHONY: lint wip test fix catalog
|
||||||
|
|
||||||
|
all: test
|
||||||
|
|
||||||
|
lint:
|
||||||
|
gherkin-lint
|
||||||
wip:
|
wip:
|
||||||
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
|
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
|
||||||
test:
|
test: lint
|
||||||
gherkin-lint
|
|
||||||
pipenv run behave --no-capture
|
pipenv run behave --no-capture
|
||||||
fix:
|
fix: lint
|
||||||
gherkin-lint
|
|
||||||
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
|
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
|
||||||
catalog:
|
catalog:
|
||||||
pipenv run behave --steps-catalog
|
pipenv run behave --steps-catalog
|
||||||
|
|||||||
Reference in New Issue
Block a user