Пример #1
0
 def test_draw_method(self):
     AsciiObj = AsciiArt("epam.png")
     img = AsciiObj.draw()
     self.assertGreater(len(img), 0)