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

Method test

IPython/utils/tests/test_io.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 assert getattr(sys, channel) == std_ori
48
49 def test(self):
50 for chan in ['stdout', 'stderr']:
51 self.tchan(chan)
52
53def test_io_init():
54 """Test that io.stdin/out/err exist at startup"""

Callers

nothing calls this directly

Calls 1

tchanMethod · 0.95

Tested by

no test coverage detected