summaryrefslogtreecommitdiff
path: root/tests/unit/components
AgeCommit message (Expand)Author
2021-07-20parametrize test_subdomain_blockingAnder Punnar
2021-07-19make blocking subdomains configurableAnder Punnar
2021-06-28Adjust exception handling for adblock 0.5.0Florian Bruhin
2021-04-09add subdomain blocking testAnder Punnar
2021-04-09fix testAnder Punnar
2021-03-24Simplify create_zipfileFlorian Bruhin
2021-03-23create_zipfile and create_blocklist now return a path objectLembrun
2021-03-14Simplified a bit more with *.path to *.write_text directlyLembrun
2021-03-11Fixed lintingLembrun
2021-03-11Minor changes to pathlib objectsLembrun
2021-03-10Replaced os.path by pathlib equivalent in test/unit/componentsLembrun
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-02-25Rename utils.py to testutils.pyLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-16brave adblocker: Disable on file:/// URLsFlorian Bruhin
2021-01-16brave adblock: Add tests for buggy URLsFlorian Bruhin
2020-12-22Rename adblock component to hostblockFlorian Bruhin
2020-12-22adblock: Show message when loading listsFlorian Bruhin
2020-12-22tests: Fix test_adblock without adblock moduleFlorian Bruhin
2020-12-19Use ResourceType enum for conversionFlorian Bruhin
2020-12-19Fix unraisable exception pytest failures in adblockÁrni Dagur
2020-12-19Include generation script and license for braveadblock tsv datasetÁrni Dagur
2020-12-19test_blockutils.py: Get rid of on_all_downloaded()Árni Dagur
2020-12-19Tackle code reviewÁrni Dagur
2020-12-19Fix lint complaintsÁrni Dagur
2020-12-19Use qtbot for blockutils testÁrni Dagur
2020-12-19Fix minor code review issuesÁrni Dagur
2020-12-19Make pylint and flake8 happierÁrni Dagur
2020-12-19Use PyQT slots instead of callbacksÁrni Dagur
2020-12-19Apply code review suggestionsÁrni Dagur
2020-12-19Apply TheCompiler's patch. Make tests succeed.Árni Dagur
2020-12-19Address code review commentsÁrni Dagur
2020-12-19Fix test failure for Python 3.5Árni Dagur
2020-12-19Fix more lint issues related to content blockingÁrni Dagur
2020-12-19Add more tests for braveadblock. Fix empty blocklist dir case.Árni Dagur
2020-12-19Fix test failure in test_blocking_enabledÁrni Dagur
2020-12-19Change configuration options for host- and adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Don't whitelist blocklistsÁrni Dagur
2020-12-19BraveAdblock: Remove the need for 'engine_factory'Árni Dagur
2020-12-19Address test failures on Python 3.5Árni Dagur
2020-12-19BraveAdblock: Fix test failures. Prefer full import paths.Árni Dagur
2020-12-19Do not block when first_party_url is not setÁrni Dagur
2020-12-19Remove unused variable in 'test_braveadblock.py'Árni Dagur
2020-12-19Compress data files for 'test_braveadblock.py'Árni Dagur
2020-12-19Make better use of fixtures in 'test_braveadblock.py'Árni Dagur
2020-12-19Fix issues pointed out in Brave Adblock code reviewÁrni Dagur
2020-12-19Change setting names to use a common .blocking parentÁrni Dagur
2020-12-19Add tests for _is_whitelistedÁrni Dagur