psycopg2/tests
Tim Gates 0d7953a521 docs: fix a few simple typos
There are small typos in:
- doc/src/faq.rst
- psycopg/cursor_type.c
- psycopg/xid_type.c
- scripts/make_errorcodes.py
- scripts/make_errors.py
- tests/dbapi20.py
- tests/test_connection.py

Fixes:
- Should read `publicly` rather than `publically`.
- Should read `unicode` rather than `uniconde`.
- Should read `supposed` rather than `suppsed`.
- Should read `something` rather than `somenthing`.
- Should read `portable` rather than `portible`.
- Should read `exhausted` rather than `exausted`.
- Should read `compliance` rather than `compiliance`.

Closes #1275
2021-05-20 12:22:47 +02: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 docs: fix a few simple typos 2021-05-20 12:22:47 +02: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 docs: fix a few simple typos 2021-05-20 12:22:47 +02: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 Skip test_encrypt_server for CockroachDB 2021-04-21 12:56:54 +01:00