..
__init__.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
dbapi20_tpc.py
hook up two phase commit tests.
2010-11-05 09:34:47 +00:00
dbapi20.py
Fix several typos
2015-05-03 10:30:21 +01:00
test_async_keyword.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
test_async.py
Fixed infinite loop in pq_get_last_result after COPY
2018-10-10 23:23:56 +01:00
test_bug_gc.py
Python source cleanup using flake8
2016-10-11 00:11:55 +01:00
test_bugX000.py
Python source cleanup using flake8
2016-10-11 00:11:55 +01:00
test_cancel.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
test_connection.py
Fixed refcount in connection's readonly and deferrable getters
2018-10-12 22:37:50 +01:00
test_copy.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
test_cursor.py
Bump tests for selective closure of named cursor to pg 8.2
2018-07-24 19:02:13 +01:00
test_dates.py
Set minimal postgres version for intervalstyle test
2018-05-20 13:42:30 +01:00
test_errcodes.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
test_extras_dictcursor.py
Skipped test on db version not supporting unicode identifiers
2018-05-14 03:11:11 +01:00
test_fast_executemany.py
Don't barf on Composite passed to execute_values()
2018-10-23 01:17:15 +01:00
test_green.py
Fixed infinite loop in pq_get_last_result after COPY
2018-10-10 23:23:56 +01:00
test_ipaddress.py
Skip tests with server not supporting NULL in array
2017-02-06 21:40:05 +00:00
test_lobject.py
Merge remote-tracking branch 'fix_lobject_factory'
2017-04-19 01:06:24 +01:00
test_module.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
test_notify.py
Further skipping of slow tests
2017-02-02 03:02:29 +00:00
test_psycopg2_dbapi20.py
Merge branch 'master' into named-callproc
2016-12-26 01:49:42 +01:00
test_quote.py
Skipped a couple of tests failing on old dbs
2017-02-06 21:40:05 +00:00
test_replication.py
Accept Composable in start_replication_expert()
2017-06-17 03:30:44 +01:00
test_sql.py
Added test to verify sql objects work with copy_expert()
2017-03-16 00:55:20 +00:00
test_transaction.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00
test_types_basic.py
Fixed adaptation of lists of empty lists
2018-10-30 00:29:18 +00:00
test_types_extras.py
Hstore test fixed after adapting arrays dropped space after commas
2018-05-14 03:04:57 +01:00
test_with.py
Bump tests for selective closure of named cursor to pg 8.2
2018-07-24 19:02:13 +01:00
testconfig.py
Test moved to the right module, cleanup, but same problem
2016-07-01 18:01:16 +01:00
testutils.py
Use modern except syntax throughout project
2017-11-20 20:00:35 -08:00