psycopg2/tests
arulajmani f469331af5 Skip test_9_6_diagnostics test for CRDB
Previously, the CRDB's pg server version was 9.5, which meant this test
wasn't run as it is skipped for versions 9.6 and before. Now that the
server version of CRDB is 13, this check no longer applies.

This patch explicitly skips test_9_6_diagnostics for CRDB. The reason
for this is the same as test_9_3_diagnostics, which is currently
skipped for CRDB.
2020-12-16 23:41:45 +00:00
..
__init__.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
dbapi20_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
test_async_keyword.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
test_async.py Added missing reasons for crdb skip 2020-08-17 21:27:25 +01:00
test_bug_gc.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
test_bugX000.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
test_cancel.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_connection.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_copy.py 'cursor.query' reports the query of the last COPY opearation too 2020-09-05 21:47:35 +01:00
test_cursor.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_dates.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_errcodes.py Added duplicate values to errcodes module 2020-09-05 20:26:19 +01:00
test_errors.py Classify connection exceptions as operational errors to better conform with PEP 249 2020-11-17 18:02:06 +02:00
test_extras_dictcursor.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_fast_executemany.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
test_green.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_ipaddress.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_lobject.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_module.py Skip test_9_6_diagnostics test for CRDB 2020-12-16 23:41:45 +00:00
test_notify.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_psycopg2_dbapi20.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
test_quote.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_replication.py Copyright bumped to 2020 2020-01-17 21:21:11 +00:00
test_sql.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_transaction.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_types_basic.py Added missing reasons for crdb skip 2020-08-17 21:27:25 +01:00
test_types_extras.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
test_with.py Added reason for skipping on CockroachDB 2020-07-27 23:03:26 +01:00
testconfig.py Expose libpq PG* vars as testconfig content 2020-07-21 22:21:44 +01:00
testutils.py Python 2 compatibility 2020-08-17 23:50:04 +01:00