temporary support for deprecated api arguments #4531

This commit is contained in:
Andrej730
2024-04-08 15:47:31 +05:00
parent d24e5df7c1
commit d764c0af23
4 changed files with 121 additions and 4 deletions
@@ -21,7 +21,7 @@ import ifcopenshell.api
class TestAssignGroup(test.bootstrap.IFC4):
def test_unassignment(self):
def test_group_unassignment(self):
element = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcPump")
element2 = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcPump")
element3 = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcPump")