qutebrowser/tests/unit/utils
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
..
usertypes more tests for OpenFileDownloadTarget 2016-08-03 18:14:45 +02:00
overflow_test_cases.py pylint: Enable docstyle extension 2016-07-11 13:47:18 +02:00
test_debug.py Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
test_error.py Get rid of extend=True for qt_log_ignore 2016-07-29 09:12:06 +02:00
test_javascript_string_escape.html Add qutebrowser.utils.javascript 2016-08-04 17:53:13 +02:00
test_javascript.py Revert "javascript.assemble: Support document module" 2016-08-18 15:58:46 +02:00
test_jinja.py Fix lint 2016-03-26 00:24:54 +01:00
test_log.py Add log.ignore_py_warnings() 2016-07-23 13:04:45 +02:00
test_qtutils.py Get rid of extend=True for qt_log_ignore 2016-07-29 09:12:06 +02:00
test_standarddir.py Fix using a relative path with --basedir 2016-08-02 14:08:28 +02:00
test_typing.py Add tests for qutebrowser.utils.typing 2016-05-18 06:55:17 +02:00
test_urlutils.py resolve linter warnings 2016-08-15 22:53:28 -04:00
test_utils.py utils: move elide_filename to own function 2016-08-03 17:59:32 +02:00
test_version.py Make QtWebKit optional in utils.version 2016-08-10 15:05:15 +02:00