psycopg2/tests
Federico Di Gregorio d2d94e203f Reverted isolation level values to backward compatible values
This basically removes the READ UNCOMMITED level (that internally
PostgreSQL maps to READ COMMITED anyway) to keep the numeric values
compattible with old psycopg versions. For full details and discussion
see this thread:
http://archives.postgresql.org/psycopg/2011-12/msg00008.php
2011-12-15 12:25:19 +01:00
..
__init__.py Tests in order 2011-11-18 00:10:53 +00:00
dbapi20_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py DBAPI compatibility test updated to 1.12. 2010-09-23 23:36:58 +01:00
test_async.py Cleanup of skipping of testing methods on certain Py/PG versions 2011-02-15 17:11:07 +00:00
test_bug_gc.py All unit test modules have a test_ prefix 2011-10-19 02:20:43 +01:00
test_bugX000.py All unit test modules have a test_ prefix 2011-10-19 02:20:43 +01:00
test_cancel.py Cleanup of skipping of testing methods on certain Py/PG versions 2011-02-15 17:11:07 +00:00
test_connection.py Reverted isolation level values to backward compatible values 2011-12-15 12:25:19 +01:00
test_copy.py Allocate dynamically memory for the list of columns in COPY 2011-09-12 02:21:59 +01:00
test_cursor.py Fixed reference leak with arguments referenced more than once in queries 2011-12-11 02:52:06 +00:00
test_dates.py Work around mxDateTime 3.2.0 segfault in tests 2011-11-01 07:42:08 +00:00
test_extras_dictcursor.py Named DictCursor/RealDictCursor honour itersize 2011-12-11 22:06:15 +00:00
test_green.py Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
test_lobject.py Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
test_module.py Added test to check connect() with no parameters 2011-11-17 21:51:24 +00:00
test_notify.py Tweaks to test timing to avoid errors on test VMs 2011-02-20 19:33:22 +00:00
test_psycopg2_dbapi20.py Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
test_quote.py Raise an exception if the libpq fails to decode bytea in hex format 2011-02-23 14:04:27 +00:00
test_transaction.py Cleanup of skipping of testing methods on certain Py/PG versions 2011-02-15 17:11:07 +00:00
test_types_basic.py All unit test modules have a test_ prefix 2011-10-19 02:20:43 +01:00
test_types_extras.py Unregister the composite array caster after the test 2011-10-19 22:00:59 +01:00
testconfig.py Fixed linefeeds on merged files to unix linefeeds 2011-02-10 17:16:10 -07:00
testutils.py Parse bytea output format ourselves instead of using the libpq 2011-03-26 12:59:14 +00:00