Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_docs_bad_format
Method
test_docs_bad_format
src/ifcmcp/tests/test_edit.py:44–46 ·
view source on GitHub ↗
(self, loaded_session)
Source
from the content-addressed store, hash-verified
42
assert
"params"
in result
43
44
def
test_docs_bad_format(self, loaded_session):
45
with
pytest.raises(ValueError):
46
loaded_session.ifc_docs(
"no_dot_here"
)
47
48
49
class
TestEdit:
Callers
nothing calls this directly
Calls
1
ifc_docs
Method · 0.80
Tested by
no test coverage detected