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

Method test_load_file

src/ifcmcp/tests/test_session.py:11–15  ·  view source on GitHub ↗
(self, session, model_file)

Source from the content-addressed store, hash-verified

9
10class TestLoad:
11 def test_load_file(self, session, model_file):
12 result = session.ifc_load(model_file)
13 assert "IFC4" in result
14 assert session.model is not None
15 assert session.model_path == model_file
16
17 def test_load_sets_entity_count(self, session, model_file):
18 result = session.ifc_load(model_file)

Callers

nothing calls this directly

Calls 1

ifc_loadMethod · 0.80

Tested by

no test coverage detected