Mercurial > hgsubversion
comparison tests/run.py @ 1042:af84ef787d93
tests: move updatemeta & rebuildmeta tests into comprehensive
this decreases normal the test count from 689 to 269, as both iterate
over all our fixture, and test_utility_commands already tests both
rudimentarily.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Wed, 07 Aug 2013 09:57:54 +0200 |
parents | cf53cfaaa050 |
children | 69a9fb45cad5 |
comparison
equal
deleted
inserted
replaced
1041:70090e2ee262 | 1042:af84ef787d93 |
---|---|
25 import test_push_command | 25 import test_push_command |
26 import test_push_renames | 26 import test_push_renames |
27 import test_push_dirs | 27 import test_push_dirs |
28 import test_push_eol | 28 import test_push_eol |
29 import test_push_autoprops | 29 import test_push_autoprops |
30 import test_rebuildmeta | |
31 import test_single_dir_clone | 30 import test_single_dir_clone |
32 import test_svnwrap | 31 import test_svnwrap |
33 import test_tags | 32 import test_tags |
34 import test_template_keywords | 33 import test_template_keywords |
35 import test_utility_commands | 34 import test_utility_commands |
36 import test_unaffected_core | 35 import test_unaffected_core |
37 import test_updatemeta | |
38 import test_urls | 36 import test_urls |
39 | 37 |
40 sys.path.append(os.path.dirname(__file__)) | 38 sys.path.append(os.path.dirname(__file__)) |
41 sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive')) | 39 sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive')) |
42 | 40 |
41 import test_rebuildmeta | |
43 import test_stupid_pull | 42 import test_stupid_pull |
43 import test_updatemeta | |
44 import test_verify_and_startrev | 44 import test_verify_and_startrev |
45 | 45 |
46 return locals() | 46 return locals() |
47 | 47 |
48 def comprehensive(mod): | 48 def comprehensive(mod): |