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

Function brick

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

Source from the content-addressed store, hash-verified

41
42@pytest.fixture
43def brick():
44 prophet = Prophecy(bonsai.core.tool.Brick)
45 yield prophet
46 prophet.verify()
47
48
49@pytest.fixture

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected