aboutsummaryrefslogtreecommitdiffstats
path: root/t/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 't/__init__.py')
-rw-r--r--t/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/__init__.py b/t/__init__.py
new file mode 100644
index 0000000..560d9da
--- /dev/null
+++ b/t/__init__.py
@@ -0,0 +1,7 @@
+import unittest
+
+import vt100
+
+class VT100Test(unittest.TestCase):
+ def setUp(self):
+ self.vt = vt100.vt100(24, 80)