]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Pass 'dsn' value to ConnectionPool in tests
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 15 Apr 2021 14:19:10 +0000 (16:19 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Apr 2021 11:28:56 +0000 (12:28 +0100)
commitb4d5caebaa93363eb03d6215dfd70a5ebe5f0e7a
tree48820bc136e8cc4d995578bf3253f61a66752233
parente8d8043b60dc736f0d72003a95f51f84d7e63176
Pass 'dsn' value to ConnectionPool in tests

Otherwise, those tests fail when there's no database named after current
user (typically, 'connection failed: database "denis" does not exist').
tests/pool/test_pool.py