changeset 17:31aa63ac778c

Fix a stupid mistake. A reminder of why Nose is handy.
author Augie Fackler <durin42@gmail.com>
date Tue, 07 Oct 2008 22:19:18 -0500
parents 48a44546c12f
children f4c751037a4a
files tests/run.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -11,7 +11,7 @@ import test_push_command
 def suite():
     return unittest.TestSuite([test_fetch_command.suite(),
                                test_fetch_command_regexes.suite(),
-                               test_fetch_command_regexes.suite(),
+                               test_push_command.suite(),
                               ])
 
 if __name__ == '__main__':