mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 22:08:45 +00:00
bimtester: move code into a package directory
This commit is contained in:
committed by
Dion Moult
parent
acb518613b
commit
32f99428c3
@@ -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
|
||||
Reference in New Issue
Block a user