..
__init__.py
Added support for with statement for connection and cursor
2012-12-03 02:50:24 +00:00
dbapi20_tpc.py
hook up two phase commit tests.
2010-11-05 09:34:47 +00:00
dbapi20.py
Dropped test about close() on closed connection raising an exception
2012-03-04 05:10:06 +00:00
test_async.py
Fix tests for Postgres 9.3
2013-03-16 00:54:11 +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
Fixed exception handling in disconnection test
2013-03-16 21:43:11 +00:00
test_copy.py
Tests tweaked to run on all the supported versions
2013-03-18 10:06:07 +00:00
test_cursor.py
Added support with cursors without scroll clause
2012-08-15 09:44:44 +01:00
test_dates.py
Fixed pickling of FixedOffsetTimezone objects
2012-10-21 21:47:32 +01:00
test_extras_dictcursor.py
Fixed pickling of DictRow objects too
2012-12-11 01:10:45 +00:00
test_green.py
Close the connection on error in callback
2012-10-06 11:58:52 +01:00
test_lobject.py
Use wrap to fix names of decorated test methods
2013-03-20 23:53:20 +00:00
test_module.py
Merge branch 'diagnostics' into devel
2013-03-20 01:47:14 +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
Avoid encoding strdup in qstring adapter
2013-04-05 00:00:42 +01: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
Use wrap to fix names of decorated test methods
2013-03-20 23:53:20 +00:00
test_types_extras.py
Use wrap to fix names of decorated test methods
2013-03-20 23:53:20 +00:00
test_with.py
Make sure to call subclasses methods on context exit
2012-12-03 03:37:47 +00:00
testconfig.py
Fixed linefeeds on merged files to unix linefeeds
2011-02-10 17:16:10 -07:00
testutils.py
Use wrap to fix names of decorated test methods
2013-03-20 23:53:20 +00:00