qutebrowser/tests/unit
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
..
browser Fix test_tab 2016-08-18 14:36:56 +02:00
commands Fix lint 2016-08-10 09:20:30 +02:00
completion Focus completion by category. 2016-08-15 07:14:28 -04:00
config Adjust default hint.bg gradient orientation 2016-08-17 21:00:13 +02:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput Revert "Revert "Handle counts for special keys."" 2016-08-16 13:44:28 +02:00
mainwindow Fix url_text, take 3 2016-07-11 15:06:36 +02:00
misc tests: fix tests for misc.editor 2016-08-07 00:18:22 +02:00
scripts requirements: Update vulture to 0.9 2016-06-29 23:44:39 +02:00
utils Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00