[tests] remove run_all_tests
authorPaul Brossier <piem@piem.org>
Thu, 1 Nov 2018 23:17:21 +0000 (00:17 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 1 Nov 2018 23:17:21 +0000 (00:17 +0100)
python/tests/run_all_tests [deleted file]

diff --git a/python/tests/run_all_tests b/python/tests/run_all_tests
deleted file mode 100755 (executable)
index bc6bb8c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /usr/bin/env python
-
-if __name__ == '__main__':
-    import nose2.main
-    nose2.discover()