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

Method test_docs_create_entity

src/ifcmcp/tests/test_edit.py:38–42  ·  view source on GitHub ↗
(self, loaded_session)

Source from the content-addressed store, hash-verified

36
37class TestDocs:
38 def test_docs_create_entity(self, loaded_session):
39 result = loaded_session.ifc_docs("root.create_entity")
40 assert result["module"] == "root"
41 assert result["function"] == "create_entity"
42 assert "params" in result
43
44 def test_docs_bad_format(self, loaded_session):
45 with pytest.raises(ValueError):

Callers

nothing calls this directly

Calls 1

ifc_docsMethod · 0.80

Tested by

no test coverage detected