psycopg2/tests
Jason Erickson c5f2e29dde Added select.select timeout on AsyncTests.wait
On Windows, the select.select() hangs/waits forever on the
test_async_connection_error_message() test.  Adding a 10 second timeout
allows the tests to continue.
2014-05-19 12:15:52 +01:00
..
__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 Fix multiple misspellings 2013-04-26 09:59:40 +01:00
test_async.py Added select.select timeout on AsyncTests.wait 2014-05-19 12:15:52 +01:00
test_bug_gc.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_bugX000.py All unit test modules have a test_ prefix 2011-10-19 02:20:43 +01:00
test_cancel.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_connection.py Fixed explicit connection.cursor(cursor_factory=None) 2014-04-30 17:57:55 +01:00
test_copy.py Skip rowcount on copy test on postgres < 8.2 2014-05-13 14:34:09 +01:00
test_cursor.py Don't segfault on uninitialized cursor 2014-02-26 19:41:59 +00:00
test_dates.py Added regression test for infinity parsing in dates 2013-05-11 02:19:59 +01:00
test_extras_dictcursor.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_green.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_lobject.py Check the connection is really bad on exception before closing it 2014-04-05 16:03:06 +01:00
test_module.py Fixed pickling of exceptions with no pgerror/pgcode set 2013-07-19 16:05:59 +01:00
test_notify.py Testing external script independent from psycopg implementation 2013-04-19 23:01:28 +01:00
test_psycopg2_dbapi20.py Pulled down changes from dvarrazzo branch on gh 2011-02-10 15:59:31 -07:00
test_quote.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_transaction.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_types_basic.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
test_types_extras.py Merge branch 'range_sort' 2014-02-22 23:02:19 +00:00
test_with.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +01:00
testconfig.py Fixed linefeeds on merged files to unix linefeeds 2011-02-10 17:16:10 -07:00
testutils.py New implementation of Range sorting that works for Python 2.5 to 3.3, at least. 2014-02-18 20:55:00 +00:00