]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(tests): rename test_cursor to test_cursor_common
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Sep 2023 22:15:11 +0000 (23:15 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:38 +0000 (23:45 +0200)
commit43b8b30be0308cb8a6846b024652ae0ae217657b
tree949aef73e95ff5bd6ff24063dcc23a3e8e1ab502
parent1fed19d9ab90ad8da63144c17f69fe70bc753f94
refactor(tests): rename test_cursor to test_cursor_common
tests/test_cursor_common.py [moved from tests/test_cursor.py with 99% similarity]
tests/test_cursor_common_async.py [moved from tests/test_cursor_async.py with 100% similarity]
tools/convert_async_to_sync.sh