Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ drawing
Function
drawing
src/bonsai/test/core/bootstrap.py:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
@pytest.fixture
92
def
drawing():
93
prophet = Prophecy(bonsai.core.tool.Drawing)
94
yield
prophet
95
prophet.verify()
96
97
98
@pytest.fixture
Callers
nothing calls this directly
Calls
2
verify
Method · 0.95
Prophecy
Class · 0.85
Tested by
no test coverage detected