mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 19:54:07 +00:00
Create features template
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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