qutebrowser/tests/unit/browser/network
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
..
test_filescheme.py Add filescheme test for names with special chars. 2015-09-24 06:45:33 +02:00
test_networkmanager.py Don't save cookies when starting in private mode. 2015-08-30 23:17:48 +02:00
test_networkreply.py Add maxlen argument to ErrorNetworkReply.readData. 2015-09-29 08:41:20 +02:00
test_schemehandler.py Reorganize tests directory. 2015-08-18 20:19:02 +02:00