linkchecker/tests
Chris Mayo deed6ce231 Ensure chardet is installed when testing using tox
Beautiful Soup uses chardet, if installed, to detect character
encodings. This can lead to different test results based on whether
chardet is installed or not.

Requests < 2.26.0 requires chardet, but since 2.26.0 Requests requires
charset_normalizer.

Explicitly installing chardet maintains consistent test results.
2021-07-27 19:48:27 +01:00
..
cache Make ResultCache max_size configurable (#544) 2021-06-21 19:45:19 +01:00
checker Drop support for Beautiful Soup < 4.8.1 2021-01-28 19:20:24 +00:00
configuration Make ResultCache max_size configurable (#544) 2021-06-21 19:45:19 +01:00
logger Run black on tests/ 2020-05-28 20:29:13 +01:00
__init__.py Stop using biplist 2020-10-12 19:55:46 +01:00
cookies.txt Load cookies from the --cookiefile correctly 2018-03-16 13:23:26 +02:00
htmllib.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_cgi.py Initialise Configuration.status_logger 2021-01-28 19:20:24 +00:00
test_clamav.py Fix tests? 2021-05-19 16:36:16 +03:00
test_console.py Remove spaces after names in class method definitions 2020-05-16 20:19:42 +01:00
test_containers.py Fix remaining flake8 violations in tests/ 2020-05-28 20:29:13 +01:00
test_cookies.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_decorators.py Run black on tests/ 2020-05-28 20:29:13 +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 black on tests/ 2020-05-28 20:29:13 +01:00
test_linkchecker.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_linkparser.py Add additional tests for <img srcset> 2020-08-15 17:04:41 +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 Ensure chardet is installed when testing using tox 2021-07-27 19:48:27 +01:00
test_po.py Ensure PO files are opened as UTF-8 in test_gtranslator() 2020-06-09 19:47:24 +01:00
test_robotparser.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_robotstxt.py Run black on tests/ 2020-05-28 20:29:13 +01:00
test_strformat.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
test_url.py Remove unused url.url_fix_common_typos() 2020-08-18 19:57:46 +01:00
test_urlbuild.py Run black on tests/ 2020-05-28 20:29:13 +01:00