diff tests/run.py @ 426:72e63999722f

tests: make comprehensive tests work properly with nose and run.py
author Augie Fackler <durin42@gmail.com>
date Mon, 15 Jun 2009 12:26:20 -0500
parents 636e9bf5d49c
children f3e5ef8760cb
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -25,8 +25,10 @@ import test_tags
 import test_utility_commands
 import test_urls
 
-from comprehensive import test_stupid_pull
-from comprehensive import test_verify
+sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive'))
+
+import test_stupid_pull
+import test_verify
 
 def comprehensive(mod):
     dir = os.path.basename(os.path.dirname(mod.__file__))