diff tests/run.py @ 886:d3ff5807f1bd

fold test_startrev and test_verify into a new test; test_verify_and_startrev
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 12 May 2012 11:12:57 +0200
parents 312b37bc5e20
children 772280aed751
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -25,7 +25,6 @@ def tests():
     import test_push_eol
     import test_rebuildmeta
     import test_single_dir_clone
-    import test_startrev
     import test_svnwrap
     import test_tags
     import test_template_keywords
@@ -37,7 +36,7 @@ def tests():
     sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive'))
 
     import test_stupid_pull
-    import test_verify
+    import test_verify_and_startrev
 
     return locals()