(self, loaded_session)
| 88 | assert result[0]["name"] == "Slab001" |
| 89 | |
| 90 | def test_select_no_match(self, loaded_session): |
| 91 | result = loaded_session.ifc_select("IfcWindow") |
| 92 | assert result == [] |
| 93 | |
| 94 | |
| 95 | class TestRelations: |
nothing calls this directly
no test coverage detected