Mercurial > hgsubversion
diff 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 |
line wrap: on
line diff
--- a/tests/run.py +++ b/tests/run.py @@ -6,6 +6,7 @@ sys.path.append(os.path.dirname(os.path. import test_binaryfiles import test_diff +import test_externals import test_fetch_branches import test_fetch_command import test_fetch_command_regexes @@ -25,6 +26,7 @@ import test_utility_commands def suite(): return unittest.TestSuite([test_binaryfiles.suite(), test_diff.suite(), + test_externals.suite(), test_fetch_branches.suite(), test_fetch_command.suite(), test_fetch_command_regexes.suite(),