diff options
Diffstat (limited to 'python/tests')
| -rwxr-xr-x | python/tests/tests.py | 3 |
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', |
