..
__init__.py
Merge branch 'master' into sql-compose
2017-02-03 04:56:02 +00: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
Added readonly and deferrable attributes
2017-02-16 12:46:35 +00:00
test_async.py
Added readonly and deferrable attributes
2017-02-16 12:46:35 +00: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
Work around a race condition in async cancel test
2017-02-06 21:40:05 +00:00
test_connection.py
Don't force a valid return code for the test
2017-06-15 17:39:00 +01:00
test_copy.py
Further skipping of slow tests
2017-02-02 03:02:29 +00:00
test_cursor.py
Bunch of test tweaks to make the test grid green
2017-03-14 14:15:52 +00:00
test_dates.py
Add 6 hours per year converting from interval
2017-06-16 21:09:23 +01:00
test_errcodes.py
Merge branch 'async-keyword'
2017-02-03 04:45:17 +00:00
test_extras_dictcursor.py
Python source cleanup using flake8
2016-10-11 00:11:55 +01:00
test_fast_executemany.py
Skipped a couple of tests failing on old dbs
2017-02-06 21:40:05 +00:00
test_green.py
Added test to verify callback errors in named cursors
2017-04-05 14:54:07 +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
assertDsnEqual moved as TestSuite method
2017-02-06 21:40:05 +00: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
Fixed args parsing in ReplicationCursor.consume_stream()
2017-04-19 01:01:59 +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
Allow skipping the slow test
2017-02-02 01:53:50 +00:00
test_types_basic.py
Don't convert '{}'::unknown into an empty list
2017-02-08 08:43:53 +00:00
test_types_extras.py
Added Json.prepare()
2017-06-16 01:37:49 +01:00
test_with.py
Python source cleanup using flake8
2016-10-11 00:11:55 +01:00
testconfig.py
Test moved to the right module, cleanup, but same problem
2016-07-01 18:01:16 +01:00
testutils.py
Skip the tests according to the earliest of libpq built/linked.
2017-03-02 19:32:44 +00:00