]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(test): add acompat module
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 5 Oct 2023 23:58:54 +0000 (01:58 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:39 +0000 (23:45 +0200)
commitf9660d8d182c1b27cdb692be9bcfda69a31a4877
treec9c3c0b10d5e03288acb98dff6444fc43b5b621d
parentd5e32dcd9cf6fe1f9c46170cb0f78ee3733efc27
refactor(test): add acompat module
19 files changed:
tests/acompat.py [new file with mode: 0644]
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py
tests/pool/test_pool_null.py
tests/pool/test_pool_null_async.py
tests/pool/test_sched.py
tests/pool/test_sched_async.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_copy_async.py
tests/test_cursor_common.py
tests/test_cursor_common_async.py
tests/test_cursor_server_async.py
tests/test_pipeline.py
tests/test_pipeline_async.py
tests/utils.py
tools/async_to_sync.py