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

Function ifcgit

src/bonsai/test/core/bootstrap.py:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105@pytest.fixture
106def ifcgit():
107 prophet = Prophecy(bonsai.core.tool.IfcGit)
108 yield prophet
109 prophet.verify()
110
111
112@pytest.fixture

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected