mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Add unit tests to check for names, shapes, attributes, properties, and quantities
This commit is contained in:
@@ -15,6 +15,8 @@ def run_tests():
|
||||
print('# All tests have finished. Generating HTML reports now.')
|
||||
if not os.path.exists('report'):
|
||||
os.mkdir('report')
|
||||
if not os.path.exists('junit'):
|
||||
os.mkdir('junit')
|
||||
for file in os.listdir('junit/'):
|
||||
if not file.endswith('.xml'):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user