Mercurial > hgsubversion
comparison tests/run.py @ 126:24a64fb0e74b
run.py: register and develop test_fetch_symlinks
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 10 Dec 2008 11:03:19 -0600 |
parents | c35f59aa200e |
children | 46f6b872c988 |
comparison
equal
deleted
inserted
replaced
125:c35f59aa200e | 126:24a64fb0e74b |
---|---|
7 import test_fetch_branches | 7 import test_fetch_branches |
8 import test_fetch_command | 8 import test_fetch_command |
9 import test_fetch_command_regexes | 9 import test_fetch_command_regexes |
10 import test_fetch_exec | 10 import test_fetch_exec |
11 import test_fetch_renames | 11 import test_fetch_renames |
12 import test_fetch_symlinks | |
12 import test_fetch_truncated | 13 import test_fetch_truncated |
13 import test_push_command | 14 import test_push_command |
14 import test_push_renames | 15 import test_push_renames |
15 import test_push_dirs | 16 import test_push_dirs |
16 import test_push_eol | 17 import test_push_eol |
20 return unittest.TestSuite([test_fetch_branches.suite(), | 21 return unittest.TestSuite([test_fetch_branches.suite(), |
21 test_fetch_command.suite(), | 22 test_fetch_command.suite(), |
22 test_fetch_command_regexes.suite(), | 23 test_fetch_command_regexes.suite(), |
23 test_fetch_exec.suite(), | 24 test_fetch_exec.suite(), |
24 test_fetch_renames.suite(), | 25 test_fetch_renames.suite(), |
26 test_fetch_symlinks.suite(), | |
25 test_fetch_truncated.suite(), | 27 test_fetch_truncated.suite(), |
26 test_push_command.suite(), | 28 test_push_command.suite(), |
27 test_push_renames.suite(), | 29 test_push_renames.suite(), |
28 test_push_dirs.suite(), | 30 test_push_dirs.suite(), |
29 test_push_eol.suite(), | 31 test_push_eol.suite(), |