Files
kapow/spec/test/Makefile
Roberto Abdelkader Martínez Pérez 0e257b92dd Makefile reorder
2019-08-22 09:30:24 +02:00

15 lines
279 B
Makefile

.PHONY: lint wip test fix catalog
all: test
lint:
gherkin-lint
wip:
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
test: lint
pipenv run behave --no-capture
fix: lint
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
catalog:
pipenv run behave --steps-catalog