mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-23 15:00:36 -04:00
chore: Additional frontier testing and reformat
This commit is contained in:
parent
e7e4225bf2
commit
addf73f865
5 changed files with 99 additions and 14 deletions
|
@ -271,7 +271,7 @@ def test_proxy_down():
|
|||
chrome_exe = brozzler.suggest_default_chrome_exe()
|
||||
|
||||
with brozzler.Browser(chrome_exe=chrome_exe) as browser:
|
||||
browser.stop() # We're manually instantiating the browser without arguments,
|
||||
browser.stop() # We're manually instantiating the browser without arguments,
|
||||
# so it is running without a proxy. Stop it first.
|
||||
with pytest.raises(brozzler.ProxyError):
|
||||
worker.brozzle_page(browser, site, page)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue