]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(tests): generate null pool tests from async counterpart
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Sep 2023 05:08:21 +0000 (07:08 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:38 +0000 (23:45 +0200)
commit580ce5a09ab57eb4dc301e651d042fa6bd6147ca
tree9a4292d13ab9c438c7cfc52b601a4f45429c7718
parent2168f9aebde6f5e206ff52398d52249710713e84
refactor(tests): generate null pool tests from async counterpart
tests/pool/test_null_pool.py [deleted file]
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_pool_null.py [new file with mode: 0644]
tests/pool/test_pool_null_async.py [moved from tests/pool/test_null_pool_async.py with 91% similarity]
tools/async_to_sync.py
tools/convert_async_to_sync.sh