Mercurial > p > roundup > code
comparison test/test_db.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 | 3672eb16a274 |
| children | 86ebcf734a8e |
comparison
equal
deleted
inserted
replaced
| 126:d967c777da3e | 127:0791d13baea7 |
|---|---|
| 1 # $Id: test_db.py,v 1.2 2001-07-29 04:09:20 richard Exp $ | 1 # $Id: test_db.py,v 1.3 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, \ |
| 155 return unittest.TestSuite((db, readonlydb)) | 155 return unittest.TestSuite((db, readonlydb)) |
| 156 | 156 |
| 157 | 157 |
| 158 # | 158 # |
| 159 # $Log: not supported by cvs2svn $ | 159 # $Log: not supported by cvs2svn $ |
| 160 # Revision 1.2 2001/07/29 04:09:20 richard | |
| 161 # Added the fabricated property "id" to all hyperdb classes. | |
| 162 # | |
| 160 # Revision 1.1 2001/07/27 06:55:07 richard | 163 # Revision 1.1 2001/07/27 06:55:07 richard |
| 161 # moving tests -> test | 164 # moving tests -> test |
| 162 # | 165 # |
| 163 # Revision 1.7 2001/07/27 06:26:43 richard | 166 # Revision 1.7 2001/07/27 06:26:43 richard |
| 164 # oops - wasn't deleting the test dir after the read-only tests | 167 # oops - wasn't deleting the test dir after the read-only tests |
| 171 # | 174 # |
| 172 # Revision 1.4 2001/07/25 04:34:31 richard | 175 # Revision 1.4 2001/07/25 04:34:31 richard |
| 173 # Added id and log to tests files... | 176 # Added id and log to tests files... |
| 174 # | 177 # |
| 175 # | 178 # |
| 179 # vim: set filetype=python ts=4 sw=4 et si |
