qutebrowser/tests/end2end
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
..
data BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
features Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
fixtures bdd: Ignore "Running without the SUID sandbox!" 2016-08-18 19:29:34 +02:00
conftest.py Fix lint 2016-05-29 18:45:09 +02:00
test_dirbrowser.py Add quteproc.click_element_by_id 2016-08-18 13:24:47 +02:00
test_hints_html.py Rewrite word hint test as BDD test 2016-08-16 13:08:49 +02:00
test_insert_mode.py BDD: Wait until hints are ready after hinting 2016-08-18 17:21:50 +02:00
test_invocations.py Mark test_invocations.test_optimize as not_frozen 2016-08-10 15:05:55 +02:00
test_mhtml_e2e.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_smoke.py Fix lint 2016-08-09 17:28:14 +02:00