Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/regression/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regression/__main__.py')
-rw-r--r--tests/regression/__main__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/regression/__main__.py b/tests/regression/__main__.py
new file mode 100644
index 0000000..734b919
--- /dev/null
+++ b/tests/regression/__main__.py
@@ -0,0 +1,8 @@
+# sugar-lint: disable
+
+from __init__ import tests
+
+from api import *
+
+if __name__ == '__main__':
+ tests.main()