aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__main__.py')
-rw-r--r--tests/__main__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
new file mode 100644
index 0000000..df956d9
--- /dev/null
+++ b/tests/__main__.py
@@ -0,0 +1,5 @@
+import unittest
+from tests import *
+
+if __name__ == "__main__":
+ unittest.main()