linkchecker/tests/checker
Marius Gedminas f4ec7531c1 Fix TestHttp.test_html
The HTML tag has two attributes with URLs:

  <applet archive="file.html" src="file.css">

It would appear that the order in which these attributes are crawled
does not match the order in the result file.

Possibly the crawling order is non-deterministic, although I cannot
reproduce that.  If that's the case, the fix would be to sort the
attributes in the crawler before following them, which means we want the
expected results sorted as well (and since 'archive' comes before 'src',
so file.html should come before file.css).
2017-02-01 18:41:47 +02:00
..
data Fix TestHttp.test_html 2017-02-01 18:41:47 +02:00
__init__.py Log number of checked unique URLs. 2014-03-14 23:46:17 +01:00
ftpserver.py Set for release. 2014-03-04 21:36:24 +01:00
httpserver.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
telnetserver.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
test_anchor.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_base.py Improve content type setting. 2014-03-05 20:12:19 +01:00
test_bookmarks.py Rename wrong module name. 2012-06-20 21:43:25 +02:00
test_error.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_file.py Added plugin for parsing and checking links in Markdown files 2014-11-11 15:35:18 +02:00
test_frames.py Updated FSF address in GPL blurb 2009-07-24 23:58:20 +02:00
test_ftp.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
test_http.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_http_misc.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_http_redirect.py Fix URL result caching. 2014-03-08 19:35:10 +01:00
test_http_robots.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_httpbin.py Parse Refresh: and Content-Location: header values for URLs. 2014-07-01 20:16:43 +02:00
test_https.py Fix tests 2016-01-19 22:05:15 +01:00
test_https_redirect.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_internpat.py Updated FSF address in GPL blurb 2009-07-24 23:58:20 +02:00
test_mail_bad.py Increase url-too-long warning. 2014-03-03 23:31:04 +01:00
test_mail_good.py Fix tests 2016-01-19 22:05:15 +01:00
test_misc.py Add test for itms-services URL. 2014-09-05 21:37:33 +02:00
test_news.py Fix assertion checking external links; fix tests 2014-03-10 18:23:44 +01:00
test_noproxy.py Updated copyright. 2012-11-07 18:07:00 +01:00
test_telnet.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
test_unknown.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_urllen.py Increase url-too-long warning. 2014-03-03 23:31:04 +01:00
test_whitespace.py Updated copyright 2014-01-08 22:33:04 +01:00