Mercurial > p > roundup > code
comparison tests/test_schema.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 | 5147b4c51fd5 |
| children |
comparison
equal
deleted
inserted
replaced
| 81:1f142a83b490 | 82:f1cffcad4903 |
|---|---|
| 1 # $Id: test_schema.py,v 1.3 2001-07-25 04:34:31 richard Exp $ | |
| 2 | |
| 1 import unittest, os, shutil | 3 import unittest, os, shutil |
| 2 | 4 |
| 3 from roundup.backends import anydbm | 5 from roundup.backends import anydbm |
| 4 from roundup.hyperdb import String, Link, Multilink, Date, Interval, Class | 6 from roundup.hyperdb import String, Link, Multilink, Date, Interval, Class |
| 5 | 7 |
| 51 | 53 |
| 52 | 54 |
| 53 def suite(): | 55 def suite(): |
| 54 return unittest.makeSuite(SchemaTestCase, 'test') | 56 return unittest.makeSuite(SchemaTestCase, 'test') |
| 55 | 57 |
| 58 | |
| 59 # | |
| 60 # $Log: not supported by cvs2svn $ | |
| 61 # |
