diff tests/run.py @ 653:ab454ee515d4

test_startrev: new tests inspired by test_rebuildmeta The tests for start revision support are inspired by the rebuildmeta tests; for every single fixture, a full and a shallow clone is performed, and the two are then compared.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 20 Jul 2010 12:53:47 +0200
parents 95abc4cfc78f
children 52fbb272a147
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -22,6 +22,7 @@ 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_utility_commands