]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(tests): tweak test_cursor to make it more similar to the async version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 7 Aug 2023 08:58:05 +0000 (09:58 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:38 +0000 (23:45 +0200)
commit765f663f171bf5d5e4862d5c4a5d572b7e3227d8
treebb59680748a83feeafdfcf890d2dfd470441b60f
parentb1c3c19330dced6b32e595e3d3aed60e160541da
refactor(tests): tweak test_cursor to make it more similar to the async version
tests/_test_cursor.py [new file with mode: 0644]
tests/test_column.py [new file with mode: 0644]
tests/test_connection.py
tests/test_connection_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_raw_cursor.py
tests/test_raw_cursor_async.py
tests/utils.py