Add unit tests to check for names, shapes, attributes, properties, and quantities

This commit is contained in:
Dion Moult
2020-01-02 13:01:17 +11:00
parent f74295127b
commit 2007277bfc
2 changed files with 117 additions and 0 deletions
+2
View File
@@ -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