diff tests/run.py @ 125:c35f59aa200e

Move and complete execute bit conversion tests into test_fetch_exec.py
author Patrick Mezard <pmezard@gmail.com>
date Wed, 10 Dec 2008 11:03:18 -0600
parents 3afe404042a3
children 24a64fb0e74b
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -7,6 +7,7 @@ sys.path.append(os.path.dirname(os.path.
 import test_fetch_branches
 import test_fetch_command
 import test_fetch_command_regexes
+import test_fetch_exec
 import test_fetch_renames
 import test_fetch_truncated
 import test_push_command
@@ -19,6 +20,7 @@ def suite():
     return unittest.TestSuite([test_fetch_branches.suite(),
                                test_fetch_command.suite(),
                                test_fetch_command_regexes.suite(),
+                               test_fetch_exec.suite(),
                                test_fetch_renames.suite(),
                                test_fetch_truncated.suite(),
                                test_push_command.suite(),