.. |
__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
|
Fix multiple misspellings
|
2013-04-26 10:17:17 +01:00 |
test_async.py
|
Meaningful connection errors report a meaningful message
|
2014-04-07 17:38:17 +01: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 explicit connection.cursor(cursor_factory=None)
|
2014-04-30 18:05:36 +01:00 |
test_copy.py
|
Skip rowcount on copy test on postgres < 8.2
|
2014-05-13 14:20:56 +01:00 |
test_cursor.py
|
Fixed merge errors in the test suite
|
2014-04-07 18:38:47 +01:00 |
test_dates.py
|
Added regression test for infinity parsing in dates
|
2014-04-07 17:30:58 +01:00 |
test_extras_dictcursor.py
|
Fixed pickling of DictRow objects too
|
2012-12-11 01:40:02 +00:00 |
test_green.py
|
Close the connection on error in callback
|
2012-10-09 02:01:29 +01:00 |
test_lobject.py
|
Check the connection is really bad on exception before closing it
|
2014-04-07 18:29:35 +01:00 |
test_module.py
|
Raise TypeError instead of InterfaceError on bad params on connect()
|
2012-09-26 11:55:21 +01: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
|
Update all links to PostgreSQL docs to the current version.
|
2012-02-28 18:28:07 +02: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
|
Fixed infinite loop when parsing '{' as array
|
2012-09-20 03:19:24 +01:00 |
test_types_extras.py
|
Fixed empty strings handling in composite caster
|
2012-12-03 14:20:08 +00:00 |
testconfig.py
|
Fixed linefeeds on merged files to unix linefeeds
|
2011-02-10 17:16:10 -07:00 |
testutils.py
|
Fixed merge errors in the test suite
|
2014-04-07 18:38:47 +01:00 |