mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-11-24 09:33:14 -05:00
more logging for test_hashtag_links too
This commit is contained in:
parent
f1a16d0e08
commit
09e8dceac6
1 changed files with 3 additions and 1 deletions
|
|
@ -732,7 +732,9 @@ def test_hashtag_seed():
|
||||||
assert pages[0].url == 'http://example.org/'
|
assert pages[0].url == 'http://example.org/'
|
||||||
assert pages[0].hashtags == ['#hash',]
|
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')
|
rr = doublethink.Rethinker('localhost', db='test_hashtag_links')
|
||||||
frontier = brozzler.RethinkDbFrontier(rr)
|
frontier = brozzler.RethinkDbFrontier(rr)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue