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

Function collector

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

Source from the content-addressed store, hash-verified

55
56@pytest.fixture
57def collector():
58 prophet = Prophecy(bonsai.core.tool.Collector)
59 yield prophet
60 prophet.verify()
61
62
63@pytest.fixture

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected