Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
394:d70c8e45cb9e | 395:636e9bf5d49c |
---|---|
24 import test_tags | 24 import test_tags |
25 import test_utility_commands | 25 import test_utility_commands |
26 import test_urls | 26 import test_urls |
27 | 27 |
28 from comprehensive import test_stupid_pull | 28 from comprehensive import test_stupid_pull |
29 from comprehensive import test_verify | |
29 | 30 |
30 def comprehensive(mod): | 31 def comprehensive(mod): |
31 dir = os.path.basename(os.path.dirname(mod.__file__)) | 32 dir = os.path.basename(os.path.dirname(mod.__file__)) |
32 return dir == 'comprehensive' | 33 return dir == 'comprehensive' |
33 | 34 |