Mercurial > hgsubversion
diff tests/run.py @ 83:6c9b7cf1c5aa
push_cmd: delete empty svn directories, refactor directory creation
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Fri, 14 Nov 2008 16:18:24 -0600 |
parents | e319c9168910 |
children | 3b60f223893a |
line wrap: on
line diff
--- a/tests/run.py +++ b/tests/run.py @@ -8,6 +8,8 @@ import test_fetch_command import test_fetch_command_regexes import test_fetch_renames import test_push_command +import test_push_renames +import test_push_dirs import test_tags def suite(): @@ -15,6 +17,8 @@ def suite(): test_fetch_command_regexes.suite(), test_fetch_renames.suite(), test_push_command.suite(), + test_push_renames.suite(), + test_push_dirs.suite(), test_tags.suite(), ])