mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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
|