MCPcopy Create free account
hub / github.com/ipython/ipython / setUp

Method setUp

IPython/core/tests/test_interactiveshell.py:591–593  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

589class TestSystemPipedExitCode(ExitCodeChecks):
590
591 def setUp(self):
592 super().setUp()
593 self.system = ip.system_piped
594
595 @skip_win32
596 def test_exit_code_ok(self):

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected