diff --git a/tests/unit/browser/test_adblock.py b/tests/unit/browser/test_adblock.py index 5336b4ee0..a670756cd 100644 --- a/tests/unit/browser/test_adblock.py +++ b/tests/unit/browser/test_adblock.py @@ -1,3 +1,4 @@ +# TODO See utils/test_standarddirutils for OSEError and caplog assertion # vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: #!/usr/bin/env python3 @@ -65,6 +66,7 @@ def data_tmpdir(monkeypatch, tmpdir): # XXX Why does read_hosts needs basedir to be None # in order to print message 'run adblock-update to read host blocklist' ? # browser/adblock.py line 138 +# TODO Replace with unittest mock.mock / See test webelem class BaseDirStub: """Mock for objreg.get('args') called in adblock.HostBlocker.read_hosts."""