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