qutebrowser/tests
Florian Bruhin 123fd18af5 Fix crash when removing download in closed window
When a download is finished with `removed-finished-download` set to a
delay, it's removed via a singleshot QTimer.

However, when the window was closed in the meantime, the slot still was
executed by Qt, even though the DownloadManager was already deleted.

Fixes #1242
2016-03-31 19:09:43 +02:00
..
helpers Fix lint 2016-03-29 23:20:39 +02:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration Fix crash when removing download in closed window 2016-03-31 19:09:43 +02:00
unit Fix lint 2016-03-29 23:20:39 +02:00
conftest.py Remove skip marker as it's builtin in pytest now 2016-03-02 07:14:06 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00