summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rwxr-xr-xpython/tests/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py
index 818abe3a..de359ee5 100755
--- a/python/tests/tests.py
+++ b/python/tests/tests.py
@@ -30,6 +30,9 @@ import imp
import sys
import unittest
+sys.path.insert(0, '..')
+sys.path.insert(0, '../.libs')
+
testSuites = (
'login_tests',