psycopg2/tests
Chris Withers f739576f0a Provide a stable and consistent sort order for Range objects.
This matches postgres server-side behaviour and helps client applications that need to sort based on the primary key of tables where the primary key is or contains a range.
2014-02-22 23:06:02 +00: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 10:32:21 +01:00
test_async.py Meaningful connection errors report a meaningful message 2013-10-16 15:28:16 +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 Added cursor_factory connection attribute and connect() parameter 2013-04-07 02:30:12 +01:00
test_copy.py Added test to verify copysize handling in copy_expert 2013-05-11 02:24:24 +01:00
test_cursor.py Really test named cursors in test_scroll_named() 2013-10-16 19:09:51 +01:00
test_dates.py Added regression test for infinity parsing in dates 2013-05-11 02:24:25 +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 connection type in lobject init 2013-11-27 12:42:57 +00:00
test_module.py Fixed pickling of exceptions with no pgerror/pgcode set 2013-07-19 16:05:48 +01:00
test_notify.py Testing boilerplate unified in a single base class 2013-04-07 00:23:30 +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 Provide a stable and consistent sort order for Range objects. 2014-02-22 23:06:02 +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 Skip tests on python implementations without getrefcount() 2013-05-11 02:24:22 +01:00