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

Function test_base64image

IPython/core/tests/test_display.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 nt.assert_equal(md['height'], 1)
117
118def test_base64image():
119 display.Image("iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB94BCRQnOqNu0b4AAAAKSURBVAjXY2AAAAACAAHiIbwzAAAAAElFTkSuQmCC")
120
121def test_image_filename_defaults():
122 '''test format constraint, and validity of jpeg and png'''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected