psycopg2/tests
Jan Urbański 751bfa1ea6 Support query cancellation.
Add a cancel() method do the connection object that will interrupt
the current query using the libpq PQcancel() function.
2010-11-28 11:50:02 +00:00
..
__init__.py Support query cancellation. 2010-11-28 11:50:02 +00:00
bug_gc.py Added test for refcounting/gc bug reported by Michael Tharp 2010-04-08 18:42:20 +02:00
bugX000.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01: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
extras_dictcursor.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_async.py Don't consider the kernel not blocking us on write as an error. 2010-11-25 03:13:49 +00:00
test_cancel.py Support query cancellation. 2010-11-28 11:50:02 +00:00
test_connection.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_copy.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_cursor.py Added test to verify the ticket #7 is fixed. 2010-11-06 02:24:28 +00:00
test_dates.py Handle time zones with seconds in the UTC offset. 2010-05-20 02:16:04 +01:00
test_green.py Don't consider the kernel not blocking us on write as an error. 2010-11-25 03:13:49 +00:00
test_lobject.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_notify.py Add a small delay to receive notification when testing on busy network. 2010-11-19 14:44:47 +00:00
test_psycopg2_dbapi20.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_quote.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_transaction.py Test cleanup. 2010-11-19 03:55:37 +00:00
testutils.py Fixed import of test functions from Python 2.7 unittest. 2010-11-19 18:01:29 +00:00
types_basic.py Skipped inf test on the platform not supporting it (win32). 2010-11-24 10:50:28 +00:00
types_extras.py Skip test if uuid not available on Python. 2010-11-24 11:04:18 +00:00