diff tests/run.py @ 395:636e9bf5d49c

svncommands: add verify command
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 11 Jun 2009 19:14:05 +0200
parents d70c8e45cb9e
children 72e63999722f
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -26,6 +26,7 @@ import test_utility_commands
 import test_urls
 
 from comprehensive import test_stupid_pull
+from comprehensive import test_verify
 
 def comprehensive(mod):
     dir = os.path.basename(os.path.dirname(mod.__file__))