| # | Line 17 | Line 17 | class TtyimageTestCase(unittest.TestCase): | |
|---|---|---|
| 17 | os.environ['PATH'] = self.oldpath | |
| 18 | ||
| 19 | def test_ttyimage(self): | |
| 20 | < | '''We just to point checks here''' |
| 20 | > | '''We just do a few spot checks here''' |
| 21 | picfile = support.datafile('Earth128.pic') | |
| 22 | cmd = 'ttyimage "%s"' % picfile | |
| 23 | res0 = os.popen(cmd).read() | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |