tests/conftest: Log the db url used by tests

This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-10-14 14:44:19 +02:00
parent 6b1c3d1fee
commit fcd8521622
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -25,6 +25,8 @@ def swh_listers(request, postgresql_proc, postgresql, swh_scheduler):
user='postgres',
dbname='tests')
logger.debug('lister db_url: %s', db_url)
listers = {}
# Prepare schema for all listers