aboutsummaryrefslogtreecommitdiffstats
path: root/t/__init__.py
blob: 560d9dac0602553196a93d44945b09cd17ac9edf (plain) (blame)
1
2
3
4
5
6
7
import unittest

import vt100

class VT100Test(unittest.TestCase):
    def setUp(self):
        self.vt = vt100.vt100(24, 80)