Mercurial > hgsubversion
diff tests/run.py @ 67:e319c9168910
hg_delta_editor: register svn file copies
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 05 Nov 2008 13:37:07 +0100 |
parents | 1f8854804795 |
children | 6c9b7cf1c5aa |
line wrap: on
line diff
--- a/tests/run.py +++ b/tests/run.py @@ -6,12 +6,14 @@ sys.path.append(os.path.dirname(os.path. import test_fetch_command import test_fetch_command_regexes +import test_fetch_renames import test_push_command import test_tags def suite(): return unittest.TestSuite([test_fetch_command.suite(), test_fetch_command_regexes.suite(), + test_fetch_renames.suite(), test_push_command.suite(), test_tags.suite(), ])