linkchecker/tests
Marius Gedminas 85cee2138d Fix TestFile results not always ordered as expected values
self = <tests.checker.test_file.TestFile testMethod=test_good_dir_space>

    def test_good_dir_space (self):
...
>       self.direct(url, resultlines, recursionlevel=2)

tests/checker/test_file.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/checker/__init__.py:260: in direct
    self.fail_unicode(text(os.linesep).join(l))
tests/checker/__init__.py:237: in fail_unicode
    self.fail(msg)
E   AssertionError: Differences found testing
2019-04-16 20:25:16 +01:00
..
cache add tests for urlqueue 2017-02-14 10:23:32 +01:00
checker Fix TestFile results not always ordered as expected values 2019-04-16 20:25:16 +01:00
configuration Fix config test. 2014-07-15 22:31:19 +02:00
logger Set copyright. 2010-03-26 20:51:59 +01:00
__init__.py fixes for Python 3: fix test_internpat and test_news 2019-04-09 20:09:35 +01:00
cookies.txt Load cookies from the --cookiefile correctly 2018-03-16 13:23:26 +02:00
test_cgi.py Python3: use BytesIO instead of StringIO 2019-04-09 20:09:35 +01:00
test_clamav.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_console.py Add detailed locale info to internal error output. 2011-04-06 11:56:55 +02:00
test_containers.py Python3: replace xrange 2019-04-13 20:38:58 +01:00
test_cookies.py Load cookies from the --cookiefile correctly 2018-03-16 13:23:26 +02:00
test_decorators.py Python3: fix logging 2019-04-14 18:59:50 +01:00
test_dummy.py Updated copyright. 2011-05-28 08:44:21 +02: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_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_linkname.py Updated FSF address in GPL blurb 2009-07-24 23:58:20 +02:00
test_linkparser.py Do not strip quotes from resolved URLs. 2014-07-11 00:43:46 +02:00
test_mimeutil.py Move mime stuff into own submodule. 2014-05-10 21:22:10 +02:00
test_network.py Fix Travis CI build. 2014-03-11 19:56:36 +01:00
test_parser.py Python3: use BytesIO instead of StringIO 2019-04-09 20:09: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 Set for release. 2014-03-04 21:36:24 +01:00
test_strformat.py Python3: mark bytes explicitly 2019-04-09 20:09:35 +01:00
test_updater.py Updated copyright. 2014-07-16 07:35:32 +02:00
test_url.py Fix fragment identifier quoting 2017-11-10 08:03:03 -05:00
test_urlbuild.py Updated copyright and docs. 2014-03-14 22:09:05 +01:00