Mercurial > p > roundup > code
comparison run_tests @ 1592:4074e2336eed
fixes to unit tests for recent changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 17 Apr 2003 06:51:44 +0000 |
| parents | e5826025eeb7 |
| children |
comparison
equal
deleted
inserted
replaced
| 1591:21312a7564fd | 1592:4074e2336eed |
|---|---|
| 7 # | 7 # |
| 8 # This module is distributed in the hope that it will be useful, | 8 # This module is distributed in the hope that it will be useful, |
| 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 11 # | 11 # |
| 12 # $Id: run_tests,v 1.8 2002-09-10 01:07:04 richard Exp $ | 12 # $Id: run_tests,v 1.9 2003-04-17 06:51:44 richard Exp $ |
| 13 | |
| 14 # make sure we have the htmlbase | |
| 15 try: | |
| 16 from roundup.templates.classic import htmlbase | |
| 17 except ImportError: | |
| 18 import setup | |
| 19 setup.buildTemplates() | |
| 20 | 13 |
| 21 from test import go | 14 from test import go |
| 22 import sys | 15 import sys |
| 23 if len(sys.argv) > 1: | 16 if len(sys.argv) > 1: |
| 24 go(sys.argv[1:]) | 17 go(sys.argv[1:]) |
