psycopg2/tests
Jan Urbański 067161d5f3 Remove fileno() and poll() from cursors
Instead, the code should be using the fileno() and poll() methods of
the cursor's connection. Handle the case when poll() is called on an
already built connection as a request to poll the asynchronous query
(if there is one) and get NOTIFY events.
Update the tests to reflect that change, add a test for NOTIFY.
2010-04-21 15:09:13 +01:00
..
__init__.py Added some COPY tests. 2010-04-07 23:41:32 +01: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.py Added DBAPI 2.0 conformance tests in tests/. 2006-02-11 06:55:17 +00:00
extras_dictcursor.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
test_async.py Remove fileno() and poll() from cursors 2010-04-21 15:09:13 +01:00
test_connection.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
test_copy.py Added some COPY tests. 2010-04-07 23:41:32 +01:00
test_dates.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
test_lobject.py Support large objects truncating. 2010-03-29 09:19:35 +02:00
test_psycopg2_dbapi20.py Removed unecessary import 2009-04-04 19:14:53 +02:00
test_quote.py 2008-04-21 James Henstridge <james@jamesh.id.au> 2008-04-20 23:19:42 +00:00
test_transaction.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
types_basic.py Fixed problem with decimal.Decimal conversions 2010-02-21 01:04:00 +01:00
types_extras.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00