mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
more logging for test_hashtag_links too
This commit is contained in:
parent
f1a16d0e08
commit
09e8dceac6
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user