qutebrowser/qutebrowser/completion
Ryan Roden-Corrent d836fcb118 Code review for completion tests.
- clean up docstring typos
- use _ to name an unused loop variable
- parent the filter model to avoid an issue with disposal
- use mocker.patch instead of monkeypatch to mock Completer creation
- use is instead of == to compare by identity
2016-07-28 12:20:24 -04:00
..
models Fix deleting of quickmarks with ctrl-d 2016-07-27 19:44:34 +02:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completer.py Code review for completion tests. 2016-07-28 12:20:24 -04:00
completiondelegate.py Delete QTextDocument properly in completion. 2016-05-09 09:11:14 +02:00
completionwidget.py Move completion_item_del to completion widget. 2016-07-03 17:35:17 -04:00