Mercurial > p > roundup > code
comparison test/test_init.py @ 856:826f6e689836
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 11 Jul 2002 01:13:13 +0000 |
| parents | 335b49965293 |
| children | 2dd862af72ee |
comparison
equal
deleted
inserted
replaced
| 855:335b49965293 | 856:826f6e689836 |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: test_init.py,v 1.11 2002-07-11 01:12:34 richard Exp $ | 18 # $Id: test_init.py,v 1.12 2002-07-11 01:13:13 richard Exp $ |
| 19 | 19 |
| 20 import unittest, os, shutil, errno, imp, sys | 20 import unittest, os, shutil, errno, imp, sys |
| 21 | 21 |
| 22 from roundup import init | 22 from roundup import init |
| 23 | 23 |
| 144 try: | 144 try: |
| 145 import metakit | 145 import metakit |
| 146 l.append(unittest.makeSuite(metakitClassicTestCase, 'test')) | 146 l.append(unittest.makeSuite(metakitClassicTestCase, 'test')) |
| 147 l.append(unittest.makeSuite(metakitExtendedTestCase, 'test')) | 147 l.append(unittest.makeSuite(metakitExtendedTestCase, 'test')) |
| 148 except: | 148 except: |
| 149 print 'metakit module not found, skipping bsddb3 DBTestCase' | 149 print 'metakit module not found, skipping metakit DBTestCase' |
| 150 | 150 |
| 151 return unittest.TestSuite(l) | 151 return unittest.TestSuite(l) |
| 152 | 152 |
| 153 # | 153 # |
| 154 # $Log: not supported by cvs2svn $ | 154 # $Log: not supported by cvs2svn $ |
| 155 # Revision 1.11 2002/07/11 01:12:34 richard | |
| 156 # Forgot to add to init tests | |
| 157 # | |
| 155 # Revision 1.10 2002/06/11 04:59:14 richard | 158 # Revision 1.10 2002/06/11 04:59:14 richard |
| 156 # enabled testing of bsddb in test_init | 159 # enabled testing of bsddb in test_init |
| 157 # | 160 # |
| 158 # Revision 1.9 2002/05/23 04:26:05 richard | 161 # Revision 1.9 2002/05/23 04:26:05 richard |
| 159 # 'I must run unit tests before committing\n' * 100 | 162 # 'I must run unit tests before committing\n' * 100 |
