()
| 20 | |
| 21 | |
| 22 | def 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 | |
| 27 | def test_get_nbs_classes(): |
nothing calls this directly
no test coverage detected