Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_edit_no_model
Method
test_edit_no_model
src/ifcmcp/tests/test_edit.py:11–13 ·
view source on GitHub ↗
(self, session)
Source
from the content-addressed store, hash-verified
9
10
class
TestNoModel:
11
def
test_edit_no_model(self, session):
12
with
pytest.raises(IfcSessionError, match=
"No model loaded"
):
13
session.ifc_edit(
"root.create_entity"
)
14
15
16
class
TestList:
Callers
nothing calls this directly
Calls
1
ifc_edit
Method · 0.80
Tested by
no test coverage detected