mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
more tests for ifc2x3
This commit is contained in:
@@ -32,3 +32,7 @@ class TestAddClassification(test.bootstrap.IFC4):
|
||||
ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcProject")
|
||||
ifcopenshell.api.run("classification.add_classification", self.file, classification=classification)
|
||||
assert self.file.by_type("IfcClassification")[0].Name == "Name"
|
||||
|
||||
|
||||
class TestAddClassificationIFC2X3(test.bootstrap.IFC2X3, TestAddClassification):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user