psycopg2/tests
Daniele Varrazzo b96dcef8a2 Fixed PG -> Py encodings mapping with non-alnum chars.
We mangle the encoding names a little bit before asking it to the
backend: be sure to be able to find the equivalent Python code back or
decoding (unicode cast or Py3) will barf.
2010-12-21 04:02:14 +00:00
..
__init__.py Bail out early from tests if connection to the test db fails. 2010-12-01 20:56:25 +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 DictRow items can be updated. Patch by Alex Aster. 2010-12-01 13:17:12 +00:00
test_async.py Deal uniformly with test servers without pg_sleep. 2010-11-28 17:29:36 +00:00
test_cancel.py Deal uniformly with test servers without pg_sleep. 2010-11-28 17:29:36 +00:00
test_connection.py Fixed PG -> Py encodings mapping with non-alnum chars. 2010-12-21 04:02:14 +00:00
test_copy.py Test cleanup. 2010-11-19 03:55:37 +00:00
test_cursor.py Some light cleanup for Py3 conversion. 2010-12-21 04:02:13 +00:00
test_dates.py Some light cleanup for Py3 conversion. 2010-12-21 04:02:13 +00:00
test_green.py Some light cleanup for Py3 conversion. 2010-12-21 04:02:13 +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 More careful connections handling during tests. 2010-11-28 17:29:37 +00:00
testutils.py Deal uniformly with test servers without pg_sleep. 2010-11-28 17:29:36 +00:00
types_basic.py More careful connections handling during tests. 2010-11-28 17:29:37 +00:00
types_extras.py More careful connections handling during tests. 2010-11-28 17:29:37 +00:00