]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: add missing prepared async tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 11 Apr 2024 22:44:42 +0000 (00:44 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 11 Apr 2024 22:44:42 +0000 (00:44 +0200)
commit5eb3086c5e697a091ff46a50f2158a661687ddf6
tree0621f4d8d3b40be4cdd29dd56b6d269d7897006b
parent80d309bdab42e60374dbe40d99af678da41db17f
test: add missing prepared async tests

Sync and async sides diverged because the async-to-sync check in CI was
pretty much disabled by the lack of the -B.
tests/test_prepared.py
tests/test_prepared_async.py