summaryrefslogtreecommitdiff
path: root/test/testall.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testall.py')
-rwxr-xr-xtest/testall.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/testall.py b/test/testall.py
deleted file mode 100755
index ad6b667..0000000
--- a/test/testall.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-import os, sys
-
-sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
-
-import test
-print (test.__file__)
-suite = test.suite
-
-if __name__ == '__main__':
- test.main()