comparison tests/run.py @ 168:4f26fa049452

authormap: Add tests, fix in stupid mode.
author Augie Fackler <durin42@gmail.com>
date Tue, 30 Dec 2008 20:14:03 -0600
parents ba801f44d240
children f1919e1c35bf
comparison
equal deleted inserted replaced
167:3cd6a7354207 168:4f26fa049452
7 import test_diff 7 import test_diff
8 import test_fetch_branches 8 import test_fetch_branches
9 import test_fetch_command 9 import test_fetch_command
10 import test_fetch_command_regexes 10 import test_fetch_command_regexes
11 import test_fetch_exec 11 import test_fetch_exec
12 import test_fetch_mappings
12 import test_fetch_renames 13 import test_fetch_renames
13 import test_fetch_symlinks 14 import test_fetch_symlinks
14 import test_fetch_truncated 15 import test_fetch_truncated
15 import test_push_command 16 import test_push_command
16 import test_push_renames 17 import test_push_renames
24 return unittest.TestSuite([test_diff.suite(), 25 return unittest.TestSuite([test_diff.suite(),
25 test_fetch_branches.suite(), 26 test_fetch_branches.suite(),
26 test_fetch_command.suite(), 27 test_fetch_command.suite(),
27 test_fetch_command_regexes.suite(), 28 test_fetch_command_regexes.suite(),
28 test_fetch_exec.suite(), 29 test_fetch_exec.suite(),
30 test_fetch_mappings.suite(),
29 test_fetch_renames.suite(), 31 test_fetch_renames.suite(),
30 test_fetch_symlinks.suite(), 32 test_fetch_symlinks.suite(),
31 test_fetch_truncated.suite(), 33 test_fetch_truncated.suite(),
32 test_push_command.suite(), 34 test_push_command.suite(),
33 test_push_renames.suite(), 35 test_push_renames.suite(),