Mercurial > hgsubversion
comparison tests/run.py @ 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 | 1f8854804795 |
comparison
equal
deleted
inserted
replaced
| 16:48a44546c12f | 17:31aa63ac778c |
|---|---|
| 9 import test_push_command | 9 import test_push_command |
| 10 | 10 |
| 11 def suite(): | 11 def suite(): |
| 12 return unittest.TestSuite([test_fetch_command.suite(), | 12 return unittest.TestSuite([test_fetch_command.suite(), |
| 13 test_fetch_command_regexes.suite(), | 13 test_fetch_command_regexes.suite(), |
| 14 test_fetch_command_regexes.suite(), | 14 test_push_command.suite(), |
| 15 ]) | 15 ]) |
| 16 | 16 |
| 17 if __name__ == '__main__': | 17 if __name__ == '__main__': |
| 18 runner = unittest.TextTestRunner() | 18 runner = unittest.TextTestRunner() |
| 19 runner.run(suite()) | 19 runner.run(suite()) |
