]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(test): uniform the way sync/async-only tests are skipped
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 8 Oct 2023 13:55:31 +0000 (15:55 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:39 +0000 (23:45 +0200)
commitbd0e01afdf846a66a21f9c2d0249c046f0a0ac88
tree390da73f334c753296da6fd1ffcd93c050eb65ef
parente41e312abf1750fefd43546a0c173f779272d5f2
refactor(test): uniform the way sync/async-only tests are skipped

Add @skip_sync, @skip_async markers to mark the functions to skip.
tests/acompat.py
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/test_connection.py
tests/test_connection_async.py