]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added xfail to a binary empty array test
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 13 Jan 2021 13:55:59 +0000 (14:55 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 13 Jan 2021 14:15:47 +0000 (15:15 +0100)
commite7c26491ca45c5d72e42b9cc72d5ef6fe972b90c
tree69d389ecde263e9dddddeb0fa6933f84a44bf1b8
parent87cb8e7e4b5a3e5746edda3c6401813a98bc4768
Added xfail to a binary empty array test

Fixing it requires reconsidering how to deal with parameters formats.

Also fixed xpass to make sure to spot the tests to fix after fixing the
above.
tests/pq/test_pgconn.py
tests/types/test_array.py