qutebrowser/tests/unit
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
..
browser Add maxlen argument to ErrorNetworkReply.readData. 2015-09-29 08:41:20 +02:00
commands Revert "Fix argparser test after win_registry change." 2015-08-24 08:05:34 +02:00
completion Reorganize tests directory. 2015-08-18 20:19:02 +02:00
config Add fallback argument to ConfigManager.get. 2015-09-29 08:22:33 +02:00
javascript Remove unused import. 2015-08-23 18:29:02 +02:00
keyinput Refactor test_basekeyparser. 2015-08-26 23:02:23 +02:00
mainwindow/statusbar Fix lint. 2015-08-25 21:21:49 +02:00
misc Fix tests without DISPLAY. 2015-09-28 21:50:55 +02:00
scripts Adjust check_coverage.py for coverage 4.0. 2015-09-21 07:42:10 +02:00
utils tests: Increase some timeouts for OS X. 2015-09-17 21:22:35 +02:00