more tests for ifc2x3

This commit is contained in:
Andrej730
2024-05-09 14:59:23 +05:00
parent 2d35869c41
commit 8ffb77551f
35 changed files with 181 additions and 31 deletions
@@ -35,3 +35,7 @@ class TestRemoveCostSchedule(test.bootstrap.IFC4):
assert not self.file.by_type("IfcCostItem")
assert not self.file.by_type("IfcRelNests")
assert not self.file.by_type("IfcRelAssignsToControl")
class TestRemoveCostSchedule(test.bootstrap.IFC2X3, TestRemoveCostSchedule):
pass