diff tests/run.py @ 168:4f26fa049452

authormap: Add tests, fix in stupid mode.
author Augie Fackler <durin42@gmail.com>
date Tue, 30 Dec 2008 20:14:03 -0600
parents ba801f44d240
children f1919e1c35bf
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -9,6 +9,7 @@ import test_fetch_branches
 import test_fetch_command
 import test_fetch_command_regexes
 import test_fetch_exec
+import test_fetch_mappings
 import test_fetch_renames
 import test_fetch_symlinks
 import test_fetch_truncated
@@ -26,6 +27,7 @@ def suite():
                                test_fetch_command.suite(),
                                test_fetch_command_regexes.suite(),
                                test_fetch_exec.suite(),
+                               test_fetch_mappings.suite(),
                                test_fetch_renames.suite(),
                                test_fetch_symlinks.suite(),
                                test_fetch_truncated.suite(),