linkchecker/tests
Chris Mayo 40c39c27e6 Fix TestMisc.test_itms_services() on Python 3.12
E   -cache key itms-services:?action=download-manifest&url=http://www.example.com/
E   -real url itms-services:?action=download-manifest&url=http://www.example.com/
E   +cache key itms-services://?action=download-manifest&url=http://www.example.com/
E   +real url itms-services://?action=download-manifest&url=http://www.example.com/
E    valid

gh-104139: Teach urllib.parse.unsplit() to retain the "//" when assembling
itms-services://?action=generate-bugs style Apple Platform Deployment [2] URLs. [1]

[1]
https://docs.python.org/3.12/whatsnew/changelog.html

[2] "Distribute proprietary in-house apps to Apple devices":
https://support.apple.com/en-gb/guide/deployment/depce7cefc4d/web
2023-09-06 19:22:04 +01:00
..
cache Make ResultCache max_size configurable (#544) 2021-06-21 19:45:19 +01:00
checker Fix TestMisc.test_itms_services() on Python 3.12 2023-09-06 19:22:04 +01:00
configuration Merge pull request #752 from cjmayo/deprecated_modules 2023-09-04 19:22:38 +01:00
logger Fix tests failing when run with pytest 2022-10-17 19:26:53 +01:00
__init__.py Remove support for nntp and telnet 2023-08-28 19:24:57 +01:00
cookies.txt Load cookies from the --cookiefile correctly 2018-03-16 13:23:26 +02:00
htmllib.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
test_cgi.py Fix tests failing when run with pytest 2022-10-17 19:26:53 +01:00
test_clamav.py Fix typos 2022-09-02 17:20:02 +08:00
test_console.py Fix tests failing when run with pytest 2022-10-17 19:26:53 +01:00
test_containers.py Run pyupgrade --py37-plus --keep-percent-format 2022-11-08 19:21:29 +00:00
test_cookies.py Fix tests failing when run with pytest 2022-10-17 19:26:53 +01:00
test_decorators.py Use \d in regexp in TestDecorators.test_timeit2() 2022-10-18 19:24:08 +01:00
test_dummy.py Add linting with Pylint to build workflow 2023-05-03 19:24:53 +01:00
test_filenames.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_fileutil.py Remove spaces after names in class method definitions 2020-05-16 20:19:42 +01:00
test_ftpparse.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
test_linkchecker.py Update www.gnu.org links 2023-05-11 19:22:36 +01:00
test_linkparser.py Fix tests failing when run with pytest 2022-10-17 19:26:53 +01:00
test_locationinfo.py Add a test for the LocationInfo plugin 2020-07-07 17:25:28 +01:00
test_loginformsearch.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_mimeutil.py Detect sitemaps that do not start with an XML declaration 2020-08-11 19:35:56 +01:00
test_network.py Remove spaces after names in class method definitions 2020-05-16 20:19:42 +01:00
test_parser.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
test_po.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
test_robotparser.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
test_robotstxt.py Remove Python <= 3.6 compatibility from TestRobotsTxt 2023-08-28 19:26:25 +01:00
test_srcsetparse.py Fix srcset parsing 2022-09-07 21:24:23 +02:00
test_strformat.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
test_url.py Re-enable ldap: test 2022-08-23 19:25:32 +01:00
test_urlbuild.py Run black on tests/ 2020-05-28 20:29:13 +01:00