qutebrowser/tests
Florian Bruhin fff777404b Use QApplication.postEvent again
We had some funny segfaults reported during scrolling (i.e. with
QApplication.sendEvent), and some code already had to use postpone=True
so there was no segfault...

So now we're back to postEvent again, and eliminated the main reason for
segfaults with it, which was re-using (and -posting) events which had
already been posted.

At least during tests this seems to run stable, let's hope it helps for
the people having crashes as well.
2016-09-11 19:37:09 +02:00
..
end2end Use QApplication.postEvent again 2016-09-11 19:37:09 +02:00
helpers Move short_tmpdir fixture to conftest.py 2016-09-09 18:46:51 +02:00
manual Add a manual test file for uploading files 2016-09-07 13:40:05 +02:00
unit Start splitting DownloadModel from DownloadManager 2016-09-11 14:58:07 +02:00
conftest.py Make pylint shut up 2016-09-05 16:54:31 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00