Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 885:99a15c6a283c | 886:d3ff5807f1bd |
|---|---|
| 23 import test_push_renames | 23 import test_push_renames |
| 24 import test_push_dirs | 24 import test_push_dirs |
| 25 import test_push_eol | 25 import test_push_eol |
| 26 import test_rebuildmeta | 26 import test_rebuildmeta |
| 27 import test_single_dir_clone | 27 import test_single_dir_clone |
| 28 import test_startrev | |
| 29 import test_svnwrap | 28 import test_svnwrap |
| 30 import test_tags | 29 import test_tags |
| 31 import test_template_keywords | 30 import test_template_keywords |
| 32 import test_utility_commands | 31 import test_utility_commands |
| 33 import test_unaffected_core | 32 import test_unaffected_core |
| 35 | 34 |
| 36 sys.path.append(os.path.dirname(__file__)) | 35 sys.path.append(os.path.dirname(__file__)) |
| 37 sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive')) | 36 sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive')) |
| 38 | 37 |
| 39 import test_stupid_pull | 38 import test_stupid_pull |
| 40 import test_verify | 39 import test_verify_and_startrev |
| 41 | 40 |
| 42 return locals() | 41 return locals() |
| 43 | 42 |
| 44 def comprehensive(mod): | 43 def comprehensive(mod): |
| 45 dir = os.path.basename(os.path.dirname(mod.__file__)) | 44 dir = os.path.basename(os.path.dirname(mod.__file__)) |
