summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_urlmatch.py
AgeCommit message (Expand)Author
2021-11-05Fix lintFlorian Bruhin
2021-11-04Fix lintFlorian Bruhin
2021-11-04tests: Set IDs for urlmatch testsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-09-09Fix lintFlorian Bruhin
2020-09-09tests: Use hypothesis' sampled_fromFlorian Bruhin
2020-07-01urlmatch: Update for pathless URL handlingFlorian Bruhin
2020-07-01urlmatch: Handle whitespace hostsFlorian Bruhin
2020-07-01urlmatch: Update whitespace handlingFlorian Bruhin
2020-07-01urlmatch: Remove TLD wildcard handlingFlorian Bruhin
2020-07-01urlmatch: Improve testsFlorian Bruhin
2020-07-01urlmatch: Test canonicalizationFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-02Fix remaining issuesFlorian Bruhin
2019-08-18Adjust urlmatch tests for Python 3.8Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-16s/an URL/a URL/gFlorian Bruhin
2018-09-02Handle :// as URL patternFlorian Bruhin
2018-08-10changing the texts of the errorsJesko
2018-08-10fixing indentationJesko
2018-08-08changing suggested flawsJesko
2018-08-08now declining more wrong ipv6 addresses and cleaning up codeJesko
2018-08-08match minimizes ipv6 urlsJesko
2018-08-07Adding parser tests for IPv4Jesko
2018-08-07Adding match pattern test esp. IPv6Jesko
2018-03-06Allow lightweight URL patterns without a schemeFlorian Bruhin
2018-03-06Make path optional in URL patternsFlorian Bruhin
2018-02-23Update urlmatch tests for Chromium changesFlorian Bruhin
2018-02-20Update FIXMEsFlorian Bruhin
2018-02-20urlmatch: Make it possible to leave off trailing slashFlorian Bruhin
2018-02-20Fix lintFlorian Bruhin
2018-02-20urlmatch: Fix equality with non-UrlPattern typesFlorian Bruhin
2018-02-20Fix and test UrlPattern/configutils.Values stringificationFlorian Bruhin
2018-02-19urlmatch: Add equality testcasesFlorian Bruhin
2018-02-19urlmatch: Improve port error outputFlorian Bruhin
2018-02-19urlmatch: Add test for invalid IPv6 URLFlorian Bruhin
2018-02-15urlmatch: Add initial benchmark/hypothesis testFlorian Bruhin
2018-02-15urlmatch: Fix lintFlorian Bruhin
2018-02-15urlmatch: Add test cases for oddballsFlorian Bruhin
2018-02-15urlmatch: Fix and test port handlingFlorian Bruhin
2018-02-15urlmatch: Add tests for file://Florian Bruhin
2018-02-15urlmatch: Add more tests for special schemesFlorian Bruhin
2018-02-15urlmatch: Add tests for <all_urls>Florian Bruhin
2018-02-15urlmatch: Use None for match-all pathFlorian Bruhin
2018-02-15urlmatch: Add more tests from ChromiumFlorian Bruhin
2018-02-15urlmatch: Implement correct IP matchingFlorian Bruhin
2018-02-15urlmatch: Use None as default for hostFlorian Bruhin
2018-02-15urlmatch: Add glob escaping testsFlorian Bruhin