linkchecker/tests
Chris Mayo 4b06485a05 Fix FTP checker
In Python 2 StringIO could accept either Unicode or 8-bit strings.
Similar change made for HttpUrl:
06fdd78f9 ("Python3: fix TypeError in HttpUrl.read_content()",
2019-09-15)

Non-existent FtpUrl.max_size introduced in:
7b34be590 ("Introduce check plugins, use Python requests for http/s
connections, and some code cleanups and improvements.", 2014-03-01)

Additional self.direct() not added in:
f107092a8 ("Fix handling of user/password info in URLs.", 2012-06-10)
2023-04-17 19:24:22 +01:00
..
cache Make ResultCache max_size configurable (#544) 2021-06-21 19:45:19 +01:00
checker Fix FTP checker 2023-04-17 19:24:22 +01:00
configuration Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
logger Fix tests failing when run with pytest 2022-10-17 19:26:53 +01:00
__init__.py Replace deprecated locale.getdefaultlocale() 2023-01-13 19:23:56 +00: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 Fix remaining flake8 violations in tests/ 2020-05-28 20:29:13 +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 Test more command arguments 2021-12-20 19:44:40 +00: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 linkcheck.checker.proxysupport 2021-12-13 19:25:23 +00: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