linkchecker/tests
Chris Mayo 3771dd9136 Use parser.feed_soup() instead of parser.feed()
Markup is not being passed in pieces to the parser, so simplify the
interface and reduce the state further.
2020-04-08 20:03:35 +01:00
..
cache add tests for urlqueue 2017-02-14 10:23:32 +01:00
checker Add new tests for URL quoting 2019-10-05 19:38:57 +01:00
configuration Import str as str_text from builtins when supporting transition 2019-04-19 19:25:50 +01:00
logger Set copyright. 2010-03-26 20:51:59 +01:00
__init__.py Replace memoized with functools.lru_cache 2020-03-31 19:46:31 +01:00
cookies.txt Load cookies from the --cookiefile correctly 2018-03-16 13:23:26 +02:00
htmllib.py Use parser.feed_soup() instead of parser.feed() 2020-04-08 20:03:35 +01:00
test_cgi.py fixes for Python 3 + Travis test: fix cgi 2019-09-13 19:46:13 +01:00
test_clamav.py Python 3: fix bytes vs strings in viruscheck plugin 2019-10-25 14:24:07 +03:00
test_console.py Add detailed locale info to internal error output. 2011-04-06 11:56:55 +02:00
test_containers.py Remove unused linkcheck.containers classes 2020-04-03 19:24:08 +01:00
test_cookies.py Update references to GitHub project from wummel to linkchecker 2019-04-18 19:59:52 +01:00
test_decorators.py Python3: fix logging 2019-04-14 18:59:50 +01:00
test_dummy.py Remove use of Python 2 unicode() and related u prefixes 2020-04-01 19:39:50 +01:00
test_filenames.py Set for release. 2014-03-04 21:36:24 +01:00
test_fileutil.py Move mime stuff into own submodule. 2014-05-10 21:22:10 +02:00
test_formsearch.py Add tests for search_form 2020-04-07 19:24:34 +01:00
test_ftpparse.py Set copyright. 2010-03-26 20:51:59 +01:00
test_linkchecker.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
test_linkparser.py Use parser.feed_soup() instead of parser.feed() 2020-04-08 20:03:35 +01:00
test_mimeutil.py Move mime stuff into own submodule. 2014-05-10 21:22:10 +02:00
test_network.py Remove unused code from network subpackage 2019-10-19 10:27:34 +01:00
test_parser.py Use parser.feed_soup() instead of parser.feed() 2020-04-08 20:03:35 +01:00
test_po.py Python3: use file descriptors 2018-01-19 09:52:43 +01:00
test_robotparser.py Updated copyright. 2014-07-16 07:35:32 +02:00
test_robotstxt.py Make TestRobotsTxt Python 3.7 compatible 2019-04-22 19:50:32 +01:00
test_strformat.py Update strformat.ascii_safe() because paths are now strings 2019-10-05 19:38:57 +01:00
test_updater.py Fix mistakes in changes to test_dummy.py and test_updater.py in 8f4acc31 2019-04-19 19:22:38 +01:00
test_url.py Always use utf-8 encoding when quoting 2019-10-05 19:38:57 +01:00
test_urlbuild.py Updated copyright and docs. 2014-03-14 22:09:05 +01:00