diff --git a/spec/test/Makefile b/spec/test/Makefile index f90954f..a8531cc 100644 --- a/spec/test/Makefile +++ b/spec/test/Makefile @@ -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 diff --git a/spec/test/features/steps/steps.py b/spec/test/features/steps/steps.py index c6e87c6..d0e3d38 100644 --- a/spec/test/features/steps/steps.py +++ b/spec/test/features/steps/steps.py @@ -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: