Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ setUp
Method
setUp
tests/test_interactiveshell.py:720–722 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
718
# TODO: Exit codes are currently ignored on Windows.
719
class
TestSystemPipedExitCode(ExitCodeChecks):
720
def
setUp(self):
721
super().setUp()
722
self.system = ip.system_piped
723
724
@skip_win32
725
def
test_exit_code_ok(self):
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected