more logging for test_hashtag_links too

This commit is contained in:
Noah Levitt 2019-10-04 15:41:10 -07:00
parent f1a16d0e08
commit 09e8dceac6

View File

@ -732,7 +732,9 @@ def test_hashtag_seed():
assert pages[0].url == 'http://example.org/'
assert pages[0].hashtags == ['#hash',]
def test_hashtag_links():
def test_hashtag_links(caplog):
caplog.set_level(0) # https://docs.pytest.org/en/latest/logging.html
rr = doublethink.Rethinker('localhost', db='test_hashtag_links')
frontier = brozzler.RethinkDbFrontier(rr)