]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(tests): generate tpc, transaction sync tests from async
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 15 Aug 2023 18:49:12 +0000 (19:49 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:38 +0000 (23:45 +0200)
commitb73191f1bbef63f194059bd071371d6bacca8287
tree29667bbbf28b1270d0c03704a6c0891b3cf94221
parent0a73c9fca5a2096ac2036dabd1fad1614996cd79
refactor(tests): generate tpc, transaction sync tests from async
tests/test_concurrency.py
tests/test_concurrency_async.py
tests/test_tpc.py
tests/test_tpc_async.py
tests/test_transaction.py
tests/test_transaction_async.py
tests/test_xid.py [new file with mode: 0644]
tools/async_to_sync.py
tools/convert_async_to_sync.sh