qutebrowser/tests
Ryan Roden-Corrent b9cf9d180b Decouple Completer and CompletionView.
Rather than having a CompletionView instantiate and register a
Completer, instantiate both in MainWindow. The CompletionView is the
parent of the Completer, and communicates by emitting
selection_changed, meaning it no longer needs to contain a reference to
the Completer.
2016-07-28 12:20:24 -04:00
..
end2end Also pass -bb to python for end2end tests 2016-07-28 07:19:59 +02:00
helpers Register the fake statusbar command in objreg. 2016-07-28 12:20:24 -04:00
manual Improve manual history test 2016-06-10 14:41:08 +02:00
unit Decouple Completer and CompletionView. 2016-07-28 12:20:24 -04:00
conftest.py tests: Use pytest-warnings to handle warnings 2016-07-27 18:28:08 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00