mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Add bimtester definitions related to model setup tests
This commit is contained in:
@@ -38,7 +38,7 @@ def generate_report():
|
||||
steps = []
|
||||
system_out = testcase.findall('system-out')[0].text.splitlines()
|
||||
for line in system_out:
|
||||
if line.strip()[0:5] in ['Given', 'Then ', 'When ']:
|
||||
if line.strip()[0:4] in ['Give', 'Then', 'When', 'And ']:
|
||||
is_success = True if ' ... passed in ' in line else False
|
||||
steps.append({
|
||||
'name': line.strip().split(' ... ')[0],
|
||||
|
||||
Reference in New Issue
Block a user