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

Function test_rich_output_empty

IPython/utils/tests/test_capture.py:70–74  ·  view source on GitHub ↗

RichOutput with no args

()

Source from the content-addressed store, hash-verified

68#-----------------------------------------------------------------------------
69
70def test_rich_output_empty():
71 """RichOutput with no args"""
72 rich = capture.RichOutput()
73 for method, mime in _mime_map.items():
74 yield nt.assert_equal, getattr(rich, method)(), None
75
76def test_rich_output():
77 """test RichOutput basics"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected