qutebrowser/tests
Florian Bruhin 11961db72c Add maxlen argument to ErrorNetworkReply.readData.
This was missing before, causing a (hidden) exception with Python < 3.5, and
this with 3.5:

    TypeError: readData() takes 1 positional argument but 2 were given

    During handling of the above exception, another exception occurred:

    SystemError: PyEval_EvalFrameEx returned a result with an error set

Fixes #969.
2015-09-29 08:41:20 +02:00
..
helpers Merge branch 'cookies_tests' of https://github.com/acogneau/qutebrowser into acogneau-cookies_tests 2015-09-16 22:58:28 +02:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration Fix lint. 2015-09-19 22:03:56 +02:00
unit Add maxlen argument to ErrorNetworkReply.readData. 2015-09-29 08:41:20 +02:00
conftest.py Allow unittests-nodisp to run w/o DISPLAY on CI. 2015-09-28 22:19:33 +02:00
test_conftest.py Don't skip all tests without DISPLAY set. 2015-09-28 21:50:44 +02:00