Code

- using Zope3's test runner now, allowing GC checks, nicer controls and
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 25 Oct 2003 22:53:26 +0000 (22:53 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 25 Oct 2003 22:53:26 +0000 (22:53 +0000)
commit109b5189786e67a5cfaf804408e282cd5d964ca5
treef49183243ab6efb4fee91aec00b35e27e7a28824
parent67517deb9a6f3fd087b4800f46983b24f76ece67
- using Zope3's test runner now, allowing GC checks, nicer controls and
  coverage analysis
- all RDMBS backends now have indexes on several columns
- added testing of schema mutation, fixed rdbms backends handling of a
  couple of cases
- !BETA! added postgresql backend, needs work !BETA!

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1942 57a73879-2fb5-44c3-a270-3262357dd7e2
27 files changed:
CHANGES.txt
doc/postgresql.txt [new file with mode: 0644]
roundup/backends/__init__.py
roundup/backends/back_mysql.py
roundup/backends/back_postgresql.py [new file with mode: 0644]
roundup/backends/rdbms_common.py
run_tests.py [new file with mode: 0644]
setup.py
test/__init__.py
test/db_test_base.py [new file with mode: 0644]
test/test_anydbm.py [new file with mode: 0644]
test/test_bsddb.py [new file with mode: 0644]
test/test_bsddb3.py [new file with mode: 0644]
test/test_cgi.py
test/test_dates.py
test/test_indexer.py
test/test_locking.py
test/test_mailgw.py
test/test_mailsplit.py
test/test_metakit.py [new file with mode: 0644]
test/test_multipart.py
test/test_mysql.py [new file with mode: 0644]
test/test_postgresql.py [new file with mode: 0644]
test/test_schema.py
test/test_security.py
test/test_sqlite.py [new file with mode: 0644]
test/test_token.py