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

Method test_select_no_model

src/ifcmcp/tests/test_query.py:22–24  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

20 session.ifc_info(1)
21
22 def test_select_no_model(self, session):
23 with pytest.raises(IfcSessionError, match="No model loaded"):
24 session.ifc_select("IfcWall")
25
26 def test_relations_no_model(self, session):
27 with pytest.raises(IfcSessionError, match="No model loaded"):

Callers

nothing calls this directly

Calls 1

ifc_selectMethod · 0.80

Tested by

no test coverage detected