summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_urlutils.py
AgeCommit message (Expand)Author
2020-04-16Fix test_get_search_url()Thorsten Wißmann
2020-04-16Fix and extend test casesThorsten Wißmann
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-23Merge remote-tracking branch 'origin/pr/5139'Florian Bruhin
2019-12-20Move widened_hostnames to configutilsFlorian Bruhin
2019-12-09Fix IP address with port in naive url detectorarza
2019-11-27Merge remote-tracking branch 'origin/pr/4707' into domain-mappingFlorian Bruhin
2019-10-13Fix crash when search engine has invalid URLarza
2019-10-13Add a test for url.open_base_url=true with url.auto_search=naive or url.auto_...arza
2019-10-13Fix searching for search engine name when url.open_base_url=truearza
2019-10-02Fix searching e-mail addresses with search enginearza
2019-10-02Fix detecting scheme for URLs containing %20arza
2019-10-02Detect non-URLs from forbidden ASCII characters in naive url detectorarza
2019-09-11Clean up urlutils error handlingFlorian Bruhin
2019-09-11Move urlutils.incdec_number to navigate.pyFlorian Bruhin
2019-07-18Use FullyEncoded to get URL segmentsFlorian Bruhin
2019-05-21Ignore incdec test that tries to decrement to a negative numberuser202729
2019-05-21Add url percent encoded tests to TestIncDecNumber.test_no_numberuser202729
2019-05-21Add test for not fully decode any partsuser202729
2019-05-21Disallow decrement URL to negative valueuser202729
2019-04-10Add test for wildcard domain and fallbackJay Kamat
2019-04-10Use a domain mapping to reduce complexity of per-domain lookupsJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-11-29Add unit test for slashes in search termsFlorian Bruhin
2018-10-24Use caplog.messagesFlorian Bruhin
2018-03-16Separate tests for _get_search_urlgammelon
2018-03-12Fix blank linesgammelon
2018-03-09forgot one bitgammelon
2018-03-09rewrite testsgammelon
2018-03-05Use QUrl for parsing, add testsgammelon
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-24fixup! fixup! incdec_number: add support for portDaniel Hahler
2018-01-22fixup! incdec_number: add support for portDaniel Hahler
2018-01-22incdec_number: add support for portDaniel Hahler
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-11-08Add unit tests for UnicodeEncodeError handlingFlorian Bruhin
2017-11-06Work around QUrl::query() not being available with PyQt 5.9.1Florian Bruhin
2017-09-19Start using attrsFlorian Bruhin
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
2017-07-04Update some more references to old config optionsFlorian Bruhin
2017-07-04Various simple test updates for new configFlorian Bruhin
2017-07-02Get rid of configtypes.AutoSearch and IgnoreCaseFlorian Bruhin
2017-05-23tests: Use match= for pytest.raisesFlorian Bruhin
2017-05-23tests: Use pytest.paramFlorian Bruhin
2017-05-19Fix shadowed importFlorian Bruhin
2017-05-19Fix URL/renderer crash tests with Qt 5.9Florian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-24Rename urlutils.safe_display_url to safe_display_stringFlorian Bruhin
2017-04-24Show Punycode URL for IDN pages in addition to decoded oneFlorian Bruhin