Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_pyrepl/test_pyrepl.py:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
class
ReplTestCase(TestCase):
69
def
setUp(self):
70
if
not has_subprocess_support:
71
raise
SkipTest(
"test module requires subprocess"
)
72
73
def
run_repl(
74
self,
Callers
nothing calls this directly
Calls
1
SkipTest
Class · 0.90
Tested by
no test coverage detected