Mercurial > p > roundup > code
comparison test/test_schema.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | fa44da8d9df2 |
| children | d45384bc6420 |
comparison
equal
deleted
inserted
replaced
| 126:d967c777da3e | 127:0791d13baea7 |
|---|---|
| 1 # $Id: test_schema.py,v 1.1 2001-07-27 06:55:07 richard Exp $ | 1 # $Id: test_schema.py,v 1.2 2001-07-29 07:01:39 richard Exp $ |
| 2 | 2 |
| 3 import unittest, os, shutil | 3 import unittest, os, shutil |
| 4 | 4 |
| 5 from roundup.backends import anydbm | 5 from roundup.backends import anydbm |
| 6 from roundup.hyperdb import String, Link, Multilink, Date, Interval, Class | 6 from roundup.hyperdb import String, Link, Multilink, Date, Interval, Class |
| 56 return unittest.makeSuite(SchemaTestCase, 'test') | 56 return unittest.makeSuite(SchemaTestCase, 'test') |
| 57 | 57 |
| 58 | 58 |
| 59 # | 59 # |
| 60 # $Log: not supported by cvs2svn $ | 60 # $Log: not supported by cvs2svn $ |
| 61 # Revision 1.1 2001/07/27 06:55:07 richard | |
| 62 # moving tests -> test | |
| 63 # | |
| 61 # Revision 1.3 2001/07/25 04:34:31 richard | 64 # Revision 1.3 2001/07/25 04:34:31 richard |
| 62 # Added id and log to tests files... | 65 # Added id and log to tests files... |
| 63 # | 66 # |
| 64 # | 67 # |
| 68 # vim: set filetype=python ts=4 sw=4 et si |
