]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: add cursor.stream() test for empty result sets
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 1 May 2022 20:45:24 +0000 (22:45 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 1 May 2022 20:46:49 +0000 (22:46 +0200)
commitffe68f8d6deca4a241f29f121577c81b04550ad0
treeac90c96693e7ff9bd9a0486d5fbfc3e1a2f052cc
parenteb11a0b1834aba4796e21c0e6d3f9c7f0f2375c8
test: add cursor.stream() test for empty result sets

Also add a missing async test for results with no column.
tests/test_cursor.py
tests/test_cursor_async.py