| File | Date | Author | Commit |
|---|---|---|---|
| .cvsignore | 2001-07-27 |
|
[fa44da] moving tests -> test |
| README.txt | 2001-07-29 |
|
[0791d1] Added vim command to all source so that we don'... |
| __init__.py | 2001-08-07 |
|
[18134b] stupid typo |
| test_dates.py | 2001-08-13 |
|
[49748e] fixed a 2.1-ism |
| test_db.py | 2001-10-09 |
|
[a4241d] Added the Password property type. |
| test_init.py | 2001-09-29 |
|
[d4ef19] Bug fix for test_init on Windows. |
| test_mailsplit.py | 2001-08-07 |
|
[18134b] stupid typo |
| test_multipart.py | 2001-08-07 |
|
[18134b] stupid typo |
| test_schema.py | 2001-10-09 |
|
[a4241d] Added the Password property type. |
| unittest.py | 2001-08-08 |
|
[697896] removed a print |
$Id: README.txt,v 1.2 2001-07-29 07:01:39 richard Exp $ Structure of the tests: 1 Test date classes 1.1 Date 1.2 Interval 2 Set up schema 3 Open with specific backend 3.1 anydbm 3.2 bsddb 4 Create database base set (stati, priority, etc) 5 Perform some actions 6 Perform mail import 6.1 text/plain 6.2 multipart/mixed (with one text/plain) 6.3 text/html 6.4 multipart/alternative (with one text/plain) 6.5 multipart/alternative (with no text/plain) ------ $Log: not supported by cvs2svn $ Revision 1.1 2001/07/27 07:16:21 richard rename for consistency Revision 1.1 2001/07/27 06:55:07 richard moving tests -> test Revision 1.2 2001/07/25 04:34:31 richard Added id and log to tests files...