Mercurial > p > roundup > code
comparison test/README.txt @ 4964:2c3cc4ccd024
Automatic tests: added some notes to the readme and a test_jinja2 stub.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Mon, 16 Feb 2015 17:43:58 +0100 |
| parents | 6e3e4f24c753 |
| children | a86b0c02940d |
comparison
equal
deleted
inserted
replaced
| 4963:cdfb1a3fb56f | 4964:2c3cc4ccd024 |
|---|---|
| 1 A number of tests uses the infrastructure of | |
| 2 db_test_base.py | |
| 3 | |
| 4 grep "from db_test_base" -l *.py | |
| 5 benchmark.py | |
| 6 session_common.py | |
| 7 test_anydbm.py | |
| 8 test_indexer.py | |
| 9 test_memorydb.py | |
| 10 test_mysql.py | |
| 11 test_postgresql.py | |
| 12 test_security.py | |
| 13 test_sqlite.py | |
| 14 test_tsearch2.py | |
| 15 test_userauditor.py | |
| 16 | |
| 17 grep "import db_test_base" -l *.py | |
| 18 test_cgi.py | |
| 19 test_jinja2.py | |
| 20 test_mailgw.py | |
| 21 test_xmlrpc.py | |
| 22 | |
| 23 grep "import memory\|from memory" -l *.py | |
| 24 test_mailgw.py | |
| 25 test_memorydb.py | |
| 26 | |
| 27 | |
| 28 The remaining lines are an 2001 description from Richard, | |
| 29 which probably is outdated: | |
| 30 | |
| 1 Structure of the tests: | 31 Structure of the tests: |
| 2 | 32 |
| 3 1 Test date classes | 33 1 Test date classes |
| 4 1.1 Date | 34 1.1 Date |
| 5 1.2 Interval | 35 1.2 Interval |
