Mercurial > p > roundup > code
diff tests/README.TXT @ 66:b936635f142d
Added some unit tests
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jul 2001 05:22:55 +0000 |
| parents | |
| children | f1cffcad4903 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/README.TXT Tue Jul 24 05:22:55 2001 +0000 @@ -0,0 +1,18 @@ +Structre 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) +
