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

Function debug

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

Source from the content-addressed store, hash-verified

69
70@pytest.fixture
71def debug():
72 prophet = Prophecy(bonsai.core.tool.Debug)
73 yield prophet
74 prophet.verify()
75
76
77@pytest.fixture

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected