qutebrowser/tests/unit/completion
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
..
test_column_widths.py Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
test_completer.py Decouple Completer and CompletionView. 2016-07-28 12:20:24 -04:00
test_completionwidget.py Decouple Completer and CompletionView. 2016-07-28 12:20:24 -04:00
test_models.py Use a fixture for FakeWebTab 2016-07-10 16:57:02 +02:00
test_sortfilter.py Clean up assertion 2016-05-08 20:01:35 +02:00