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

Method test_run

src/bonsai/test/tool/test_debug.py:50–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49class TestLoadExpress(NewFile):
50 def test_run(self):
51 cwd = os.path.dirname(os.path.realpath(__file__))
52 schema_path = os.path.join(cwd, "..", "files", "test.exp")
53 schema = subject.load_express(schema_path)
54 assert schema.name() == "IFCROGUE"
55 os.remove(schema_path + ".cache.dat")
56
57
58class TestPurgeHdf5Cache(NewFile):

Callers

nothing calls this directly

Calls 4

joinMethod · 0.45
load_expressMethod · 0.45
nameMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected