aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py
new file mode 100644
index 00000000..869af843
--- /dev/null
+++ b/tests/tests.py
@@ -0,0 +1,3 @@
+class TestError(Exception):
+ def __init__(self, error):
+ Exception.__init__(self, error)