qutebrowser/qutebrowser
Ryan Roden-Corrent 23eb6a6c53 Fix test_editor for edit-on-write behavior.
Now that the editor fires editing_finished on every write, the unit
tests had to be updated.

- Add qtbot to the editor fixture to resolve `QtWarningMsg:
  QSocketNotifier: Can only be used with threads started with QThread`
- Use removePaths instead of disconnect to stop the watcher from
  signalling. This avoids an error when the editor is forcibly cleaned
  up by the tests without the signal ever being connected, but otherwise
  has the same behavior as disconnecting the singal.
- wait for a signal on write instead of proc closed
- wait for _watcher.fileChanged in test_unreadable to ensure the write
  event is fired before the test exits.
2018-01-27 15:03:18 -05:00
..
browser Simplify initializing of AbstractTab subclasses 2018-01-26 09:47:26 +01:00
commands Fix some inconsistent returns 2017-12-15 16:33:47 +01:00
completion Show '&' properly in completion widget. 2018-01-21 07:46:53 -05:00
config incdec_number: add support for port 2018-01-22 21:26:46 +01:00
html @The-Compiler requested changes addressed. 2018-01-17 10:11:32 -05:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Merge remote-tracking branch 'origin/pr/3348' 2018-01-20 18:28:14 +01:00
keyinput Merge remote-tracking branch 'origin/pr/3348' 2018-01-20 18:28:14 +01:00
mainwindow Merge remote-tracking branch 'origin/pr/3482' 2018-01-17 15:53:47 +01:00
misc Fix test_editor for edit-on-write behavior. 2018-01-27 15:03:18 -05:00
utils fixup! fixup! incdec_number: add support for port 2018-01-24 22:22:00 +01:00
__init__.py Release v1.1.1 2018-01-20 19:21:40 +01:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py Remove filtering of mouse events 2017-12-29 19:36:52 +01:00
qutebrowser.py pylint: Re-enable bad-continuation 2017-12-15 19:16:55 +01:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00