Code

Remove outdated htmlbase.py.
[roundup.git] / test / README.txt
1 $Id: README.txt,v 1.2 2001-07-29 07:01:39 richard Exp $
3 Structure of the tests:
5    1   Test date classes
6    1.1 Date
7    1.2 Interval
8    2   Set up schema
9    3   Open with specific backend
10    3.1 anydbm
11    3.2 bsddb
12    4   Create database base set (stati, priority, etc)
13    5   Perform some actions
14    6   Perform mail import
15    6.1 text/plain
16    6.2 multipart/mixed (with one text/plain)
17    6.3 text/html
18    6.4 multipart/alternative (with one text/plain)
19    6.5 multipart/alternative (with no text/plain)
22 ------
23 $Log: not supported by cvs2svn $
24 Revision 1.1  2001/07/27 07:16:21  richard
25 rename for consistency
27 Revision 1.1  2001/07/27 06:55:07  richard
28 moving tests -> test
30 Revision 1.2  2001/07/25 04:34:31  richard
31 Added id and log to tests files...