()
| 116 | nt.assert_equal(md['height'], 1) |
| 117 | |
| 118 | def test_base64image(): |
| 119 | display.Image("iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB94BCRQnOqNu0b4AAAAKSURBVAjXY2AAAAACAAHiIbwzAAAAAElFTkSuQmCC") |
| 120 | |
| 121 | def test_image_filename_defaults(): |
| 122 | '''test format constraint, and validity of jpeg and png''' |
nothing calls this directly
no outgoing calls
no test coverage detected