[go: up one dir, main page]

Menu

Tree [ce06c6] routing / test /
 History

Read Only access


File Date Author Commit
 README.txt 2015-02-16 Bernhard Reiter Bernhard Reiter [2c3cc4] Automatic tests: added some notes to the readme...
 __init__.py 2003-10-25 Richard Jones Richard Jones [f63aa5] Backend improvements.
 benchmark.py 2004-10-24 Alexander Smishlajev Alexander Smishlajev [d41f38] remove unused imports: shutil, Indexer;
 db_test_base.py 2014-04-04 Ralf Schlatterbeck Ralf Schlatterbeck [a116de] Fix sort-representation for RDBMS backends
 gpgmelib.py 2013-07-06 Ralf Schlatterbeck Ralf Schlatterbeck [dad18e] Fix minor problems in tests
 memorydb.py 2013-07-06 Ralf Schlatterbeck Ralf Schlatterbeck [dad18e] Fix minor problems in tests
 mocknull.py 2004-09-26 Alexander Smishlajev Alexander Smishlajev [79fd85] .gettext() facility is vital for many roundup o...
 session_common.py 2011-11-13 Eric S. Raymond Eric S. Raymond [b8119b] Merge branch 'website'
 test_actions.py 2015-06-21 Ralf Schlatterbeck Ralf Schlatterbeck [b562df] Fix form-parsing for multilinks
 test_anydbm.py 2014-03-29 Ralf Schlatterbeck Ralf Schlatterbeck [f6e76a] HTML* classes for cgi are now all new-style
 test_anypy_hashlib.py 2012-11-28 anatoly techtonik anatoly techtonik [4960a2] Python 2.3 workarounds cleanup
 test_cgi.py 2014-03-31 Ralf Schlatterbeck Ralf Schlatterbeck [ca6924] Different approach to fix XSS in issue2550817
 test_dates.py 2013-01-17 anatoly techtonik anatoly techtonik [9cc6d4] nested_scopes are here since Python 2.2
 test_hyperdbvals.py 2014-05-09 John Kristensen John Kristensen [9ba033] Remove roundup/anypy/hashlib_.py
 test_indexer.py 2013-10-21 Thomas Arendsen Hein Thomas Arendsen Hein [3ff1a2] issue2550583, issue2550635 Do not limit results...
 test_init.py 2013-08-24 anatoly techtonik anatoly techtonik [edb171] init.loadTemplateInfo: replace rfc822 with emai...
 test_locking.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_mailer.py 2011-11-13 Eric S. Raymond Eric S. Raymond [b8119b] Merge branch 'website'
 test_mailgw.py 2014-05-08 John Kristensen John Kristensen [868db4] Remove anypy.sets_
 test_mailsplit.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_memorydb.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_multipart.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_mysql.py 2014-03-29 Ralf Schlatterbeck Ralf Schlatterbeck [f6e76a] HTML* classes for cgi are now all new-style
 test_postgresql.py 2014-04-06 Ralf Schlatterbeck Ralf Schlatterbeck [05c857] New rdbms configuration option 'isolation_level'
 test_rfc2822.py 2006-07-15 Ralf Schlatterbeck Ralf Schlatterbeck [97f9fc] Yet another rfc2822 encoding patch: '?' must be...
 test_schema.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_security.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_sqlite.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_templating.py 2013-01-14 anatoly techtonik anatoly techtonik [fe9568] Untangle template selection logic from template...
 test_textfmt.py 2006-07-31 Richard Jones Richard Jones [f35ece] added StringHTMLProperty wrapped() method to wr...
 test_token.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_tsearch2.py 2011-11-16 Eric S. Raymond Eric S. Raymond [6e3e4f] Remove keyword expansions from CVS. All regres...
 test_userauditor.py 2013-04-24 John Rouillard John Rouillard [6e9b97] Implementation for:
 test_xmlrpc.py 2013-07-06 Ralf Schlatterbeck Ralf Schlatterbeck [dad18e] Fix minor problems in tests
 tx_Source_detector.py 2013-04-24 John Rouillard John Rouillard [6e9b97] Implementation for:

Read Me

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
   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)