mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
6 lines
195 B
Python
6 lines
195 B
Python
|
|
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
|