11 lines
231 B
Makefile
11 lines
231 B
Makefile
wip:
|
|
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
|
|
test:
|
|
gherkin-lint
|
|
pipenv run behave --no-capture
|
|
fix:
|
|
gherkin-lint
|
|
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
|
|
catalog:
|
|
pipenv run behave --steps-catalog
|