Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ test_code_fullsource
Function
test_code_fullsource
testing/code/test_code.py:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
46
def
test_code_fullsource() -> None:
47
code = Code.from_function(x)
48
full = code.fullsource
49
assert
"test_code_fullsource()"
in str(full)
50
51
52
def
test_code_source() -> None:
Callers
nothing calls this directly
Calls
1
from_function
Method · 0.80
Tested by
no test coverage detected