tests/conftest: Log the db url used by tests
This commit is contained in:
parent
6b1c3d1fee
commit
fcd8521622
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue