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

Method test_passing

IPython/testing/tests/test_tools.py:72–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70
71class TestAssertPrints(unittest.TestCase):
72 def test_passing(self):
73 with tt.AssertPrints("abc"):
74 print("abcd")
75 print("def")
76 print(b"ghi")
77
78 def test_failing(self):
79 def func():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected