MCPcopy Index your code
hub / github.com/ipython/ipython / test

Method test

tests/test_io.py:46–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 assert getattr(sys, channel) == std_ori
45
46 def test(self):
47 for chan in ["stdout", "stderr"]:
48 self.tchan(chan)
49
50
51class TestIOStream(unittest.TestCase):

Callers 1

test_var_expand_selfMethod · 0.45

Calls 1

tchanMethod · 0.95

Tested by

no test coverage detected