8 lines
153 B
Makefile
8 lines
153 B
Makefile
wip:
|
|
pipenv run behave --no-capture --stop --wip
|
|
test:
|
|
gherkin-lint
|
|
pipenv run behave --no-capture --stop
|
|
catalog:
|
|
pipenv run behave --steps-catalog
|