Mercurial > p > roundup > code
comparison tests/__init__.py @ 82:f1cffcad4903
Added id and log to tests files...
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Jul 2001 04:34:31 +0000 |
| parents | 5dcc548e1bce |
| children |
comparison
equal
deleted
inserted
replaced
| 81:1f142a83b490 | 82:f1cffcad4903 |
|---|---|
| 1 # $Id: __init__.py,v 1.3 2001-07-25 04:34:31 richard Exp $ | |
| 2 | |
| 1 import unittest | 3 import unittest |
| 2 | 4 |
| 3 import test_dates, test_schema, test_db | 5 import test_dates, test_schema, test_db |
| 4 | 6 |
| 5 def go(): | 7 def go(): |
| 8 test_schema.suite(), | 10 test_schema.suite(), |
| 9 test_db.suite(), | 11 test_db.suite(), |
| 10 )) | 12 )) |
| 11 runner = unittest.TextTestRunner() | 13 runner = unittest.TextTestRunner() |
| 12 runner.run(suite) | 14 runner.run(suite) |
| 15 | |
| 16 # | |
| 17 # $Log: not supported by cvs2svn $ | |
| 18 # |
