mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
8 lines
197 B
Python
8 lines
197 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
|