qutebrowser/tests
Florian Bruhin 0557fea79e Use QApplication.sendEvent instead of postEvent
From the QApplication.postEvent docs:
http://doc.qt.io/qt-5/qcoreapplication.html#postEvent

  The event must be allocated on the heap since the post event queue
  will take ownership of the event and delete it once it has been
  posted. It is not safe to access the event after it has been posted.

We can't reliably guarantee that from Python, so we need to use
sendEvent instead.
2016-08-18 21:36:43 +02:00
..
end2end Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
helpers Handle an immediate callback in CallbackChecker 2016-08-18 12:40:21 +02:00
manual Move mouse handling to an EventFilter 2016-08-10 16:44:40 +02:00
unit Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
conftest.py bdd: Handle @qtwebengine_skip tag 2016-08-18 20:33:53 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00