comparison tests/run.py @ 174:f80132c5fea5

Convert svn:externals properties into a .hgsvnexternals file
author Patrick Mezard <pmezard@gmail.com>
date Fri, 02 Jan 2009 15:54:05 -0600
parents f1919e1c35bf
children 2969a20e0eef f423a8780832
comparison
equal deleted inserted replaced
173:f244eaee5069 174:f80132c5fea5
4 4
5 sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) 5 sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
6 6
7 import test_binaryfiles 7 import test_binaryfiles
8 import test_diff 8 import test_diff
9 import test_externals
9 import test_fetch_branches 10 import test_fetch_branches
10 import test_fetch_command 11 import test_fetch_command
11 import test_fetch_command_regexes 12 import test_fetch_command_regexes
12 import test_fetch_exec 13 import test_fetch_exec
13 import test_fetch_mappings 14 import test_fetch_mappings
23 import test_utility_commands 24 import test_utility_commands
24 25
25 def suite(): 26 def suite():
26 return unittest.TestSuite([test_binaryfiles.suite(), 27 return unittest.TestSuite([test_binaryfiles.suite(),
27 test_diff.suite(), 28 test_diff.suite(),
29 test_externals.suite(),
28 test_fetch_branches.suite(), 30 test_fetch_branches.suite(),
29 test_fetch_command.suite(), 31 test_fetch_command.suite(),
30 test_fetch_command_regexes.suite(), 32 test_fetch_command_regexes.suite(),
31 test_fetch_exec.suite(), 33 test_fetch_exec.suite(),
32 test_fetch_mappings.suite(), 34 test_fetch_mappings.suite(),