]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test(enum): drop several hundreds of redundant tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 22 Apr 2022 00:25:40 +0000 (02:25 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 22 Apr 2022 03:03:24 +0000 (05:03 +0200)
commit5d8f6c3e7161715882e9f5d17403cce33d3ce5e7
tree36a548c721920b4a1aa4f4808c6eb54599498974
parent98cb5a63b7e035a33923777890c5d656e428d3d4
test(enum): drop several hundreds of redundant tests

No need to exhaustively test encodings on ascii data or array properties
tested elsewhere.
tests/types/test_enum.py