Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ test_check_object_single_process
Function
test_check_object_single_process
tests/test_check_object.py:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
74
75
def
test_check_object_single_process():
76
state1pid = setup_state(
"x = 3"
,
""
, pid=1)
77
helper.passes(state1pid.check_object(
"x"
))
78
79
80
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
setup_state
Function · 0.90
Tested by
no test coverage detected