Add a fix target to ease the development

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-21 13:18:43 +02:00
parent 4cfa5a9aa1
commit 93a89acbce
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
wip:
pipenv run behave --stop --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
+1 -1
View File
@@ -24,7 +24,7 @@ class Env(EnvironConfig):
KAPOW_BOOT_TIMEOUT = IntVar(default=10)
KAPOW_DEBUG_TESTS = BooleanVar(default=True)
KAPOW_DEBUG_TESTS = BooleanVar(default=False)
if Env.KAPOW_DEBUG_TESTS: