]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Adjust types in test_connection*::test_row_factory()
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 5 Nov 2021 11:05:58 +0000 (12:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
commite8ca377159a8b7948559169872f027c6e9b5d272
tree6acc218266973a15b596a4865a097c4579920b2e
parent38b3e9ea0ce04b5a6dd04f11b84a99bb65c015a5
Adjust types in test_connection*::test_row_factory()

We avoid using the same variable name for different types. At the end,
there seems to be something wrong, thus add a TODO for later.
tests/test_connection.py
tests/test_connection_async.py
tests/test_cursor.py