mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-23 23:10:49 -04:00
fix bug clobbering own changes to parent_page
and some other tweaks (python 3.5+, pytest logging config, ...)
This commit is contained in:
parent
ba85917f70
commit
e23fa68d65
7 changed files with 29 additions and 12 deletions
|
@ -733,7 +733,7 @@ def test_hashtag_seed():
|
|||
assert pages[0].hashtags == ['#hash',]
|
||||
|
||||
def test_hashtag_links():
|
||||
rr = doublethink.Rethinker('localhost', db='ignoreme')
|
||||
rr = doublethink.Rethinker('localhost', db='test_hashtag_links')
|
||||
frontier = brozzler.RethinkDbFrontier(rr)
|
||||
|
||||
site = brozzler.Site(rr, {'seed': 'http://example.org/'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue