From 0e257b92dd330b22f5e75330bd886e620da3d045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 22 Aug 2019 09:30:24 +0200 Subject: [PATCH] Makefile reorder --- spec/test/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/spec/test/Makefile b/spec/test/Makefile index a8531cc..fb7244e 100644 --- a/spec/test/Makefile +++ b/spec/test/Makefile @@ -1,10 +1,14 @@ +.PHONY: lint wip test fix catalog + +all: test + +lint: + gherkin-lint wip: KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip -test: - gherkin-lint +test: lint pipenv run behave --no-capture -fix: - gherkin-lint +fix: lint KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture catalog: pipenv run behave --steps-catalog