]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: fail test session in case of segfault
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 15 Sep 2022 01:07:57 +0000 (02:07 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 15 Sep 2022 01:20:33 +0000 (02:20 +0100)
commit052534ff0c8d947ae4d3b97a655c3d643ff8873a
tree5d2ad11dc78d262a47dd5b8884ec6ac50be0a083
parent18530c906a8d5de325ca67ddbd68a242f940ad4e
test: fail test session in case of segfault

Before that, tox reruns would have made tests pass, because failed tests
wouldn't have gotten a chance to be written in the cache.
tests/conftest.py