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

Method test_select_no_match

src/ifcmcp/tests/test_query.py:90–92  ·  view source on GitHub ↗
(self, loaded_session)

Source from the content-addressed store, hash-verified

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
95class TestRelations:

Callers

nothing calls this directly

Calls 1

ifc_selectMethod · 0.80

Tested by

no test coverage detected