qutebrowser/tests/unit/browser
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
..
http Reorganize tests directory. 2015-08-18 20:19:02 +02:00
network Add maxlen argument to ErrorNetworkReply.readData. 2015-09-29 08:41:20 +02:00
test_commands.py Fix cookiejar_and_cache move. 2015-08-31 08:00:21 +02:00
test_cookies.py Fix tests without DISPLAY. 2015-09-28 21:50:55 +02:00
test_signalfilter.py test_signalfilter: Remove unused fixture. 2015-08-20 07:14:32 +02:00
test_tabhistory.py Simplify usage of tabhistory.TabHistoryItem. 2015-08-23 18:16:19 +02:00
test_webelem_jsescape.html Reorganize tests directory. 2015-08-18 20:19:02 +02:00
test_webelem.py Shorten test IDs. 2015-09-16 20:25:02 +02:00