Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tong89/smartNode
/ golden
Function
golden
tests/test_visibility.py:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
@pytest.fixture(scope=
"module"
)
30
def
golden():
31
with
open(_GOLDEN_PATH, encoding=
"utf-8"
)
as
f:
32
return
json.load(f)
33
34
35
# --------------------------------------------------------------------------- #
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected