qutebrowser/tests/end2end/features
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
..
backforward.feature bdd: Mark backforwards test as qtwebengine_todo 2016-08-18 18:29:10 +02:00
caret.feature Merge :yank-selected into :yank (fixes #820) 2016-08-05 22:01:17 -04:00
conftest.py bdd: Skip scroll checks with QtWebEngine 2016-08-18 19:20:48 +02:00
downloads.feature BDD: Wait until hints are ready after hinting 2016-08-18 17:21:50 +02:00
editor.feature tests: Use :click-element in editor.feature 2016-08-18 15:58:40 +02:00
hints.feature tests: QtWebEngine: Make hints.feature work 2016-08-18 17:50:52 +02:00
history.feature tests: Get history.feature to work with WebEngine 2016-08-18 18:17:01 +02:00
invoke.feature Add new-instance-open-target.window = first-opened 2016-08-16 12:24:38 +02:00
javascript.feature Add @qtwebengine_todo in javascript.feature 2016-08-18 18:44:07 +02:00
keyinput.feature Allow binding to an alias. 2016-08-09 21:37:12 -04:00
marks.feature bdd: Make marks.feature work with QtWebEngine 2016-08-18 19:22:18 +02:00
misc.feature bdd: Add qtwebengine tags in misc.feature 2016-08-18 20:34:03 +02:00
navigate.feature add end-to-end tests for navigating with a count 2016-08-16 04:28:31 -04:00
open.feature Rewrite tests in open.feature 2016-08-02 15:27:26 -04:00
prompts.feature BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
scroll.feature Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
search.feature Merge :yank-selected into :yank (fixes #820) 2016-08-05 22:01:17 -04:00
sessions.feature Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
set.feature Change relevant tests to work with new toggle behaviour 2016-06-08 19:37:13 +01:00
spawn.feature tests: Skip :spawn with invalid quoting on Windows 2016-07-03 17:32:19 +02:00
tabs.feature BDD: Wait until hints are ready after hinting 2016-08-18 17:21:50 +02:00
test_backforward_bdd.py Remove qtwebengine_todo for backforward.feature 2016-08-18 18:22:44 +02:00
test_caret_bdd.py QtWebEngine: Don't bother running caret.feature 2016-08-18 18:26:31 +02:00
test_downloads_bdd.py WebEngine: Don't bother running downloads.feature 2016-08-18 18:28:41 +02:00
test_editor_bdd.py Rename shadowed function 2016-06-06 09:06:49 +02:00
test_hints_bdd.py add tests for hints auto-follow in word mode 2016-08-11 15:20:52 +02:00
test_history_bdd.py Full redirect support for history 2016-06-10 14:40:42 +02:00
test_invoke_bdd.py Add new-instance-open-target.window = first-opened 2016-08-16 12:24:38 +02:00
test_javascript_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_keyinput_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_marks_bdd.py bdd: Skip scroll checks with QtWebEngine 2016-08-18 19:20:48 +02:00
test_misc_bdd.py Merge branch 'master' of https://github.com/blyxxyz/qutebrowser into blyxxyz-master 2016-07-13 21:21:37 +02:00
test_navigate_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_open_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_prompts_bdd.py BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
test_scroll_bdd.py Move :repeat-command tests 2016-07-03 22:32:07 +02:00
test_search_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_sessions_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_set_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_spawn_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_tabs_bdd.py Remove some unnecessary "fresh instances" in tests 2016-08-12 00:20:57 +02:00
test_urlmarks_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_yankpaste_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_zoom_bdd.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
urlmarks.feature Update number files 2016-07-26 13:57:35 -04:00
yankpaste.feature BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
zoom.feature Remove cmdutils.arg_or_count 2016-08-02 11:31:03 -04:00