Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ setUp
Method
setUp
IPython/core/tests/test_interactiveshell.py:533–534 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
531
class
ExitCodeChecks(tt.TempFileMixin):
532
533
def
setUp(self):
534
self.system = ip.system_raw
535
536
def
test_exit_code_ok(self):
537
self.system(
'exit 0'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected