add tests
[vuplus_dvbapp] / tests / tests.py
diff --git a/tests/tests.py b/tests/tests.py
new file mode 100644 (file)
index 0000000..869af84
--- /dev/null
@@ -0,0 +1,3 @@
+class TestError(Exception):
+       def __init__(self, error):
+               Exception.__init__(self, error)