bimtester: move code into a package directory

This commit is contained in:
Bernd Hahnebach
2020-11-25 17:21:20 +01:00
committed by Dion Moult
parent acb518613b
commit 32f99428c3
19 changed files with 32 additions and 17 deletions
@@ -0,0 +1,7 @@
from behave.model import Scenario
def before_all(context):
userdata = context.config.userdata
continue_after_failed = True
Scenario.continue_after_failed_step = continue_after_failed