Skip to content
Snippets Groups Projects
Verified Commit fcd85216 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tests/conftest: Log the db url used by tests

parent 6b1c3d1f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment