MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / test_get_ifc_classes

Function test_get_ifc_classes

src/bsdd/tests/test_bsdd.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def test_get_ifc_classes():
23 ifc4x3_classes = get_ifc_classes()
24 assert "IfcBoiler" and "IfcLightFixture" in [l["code"] for l in ifc4x3_classes["classes"]]
25
26
27def test_get_nbs_classes():

Callers

nothing calls this directly

Calls 1

get_ifc_classesFunction · 0.70

Tested by

no test coverage detected