summaryrefslogtreecommitdiff
path: root/python/tests/run_all_tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/run_all_tests')
-rwxr-xr-xpython/tests/run_all_tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tests/run_all_tests b/python/tests/run_all_tests
new file mode 100755
index 0000000..bc6bb8c
--- /dev/null
+++ b/python/tests/run_all_tests
@@ -0,0 +1,5 @@
+#! /usr/bin/env python
+
+if __name__ == '__main__':
+ import nose2.main
+ nose2.discover()