qutebrowser/tests/unit/completion
Ryan Roden-Corrent c792ffda67 Remove Command.completion.
Command completion types are now identified by ArgInfo, so just use
that directly and cut out the middle-man. This shouldn't change any
completion behavior.

Adds a test for get_pos_arg_info to test_cmdutils.

Modifies test_completer to test the use of get_pos_arg_info. Instead of
using FakeCommand, real Command objects are used, to validate that the
Completer works with the real Command interface. This also cleans out
some test cases that were testing things already covered by other cases.
2016-08-06 11:59:04 -04:00
..
test_column_widths.py Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
test_completer.py Remove Command.completion. 2016-08-06 11:59:04 -04:00
test_completionwidget.py Don't crash completion with auto-open/show False. 2016-08-01 22:36:04 -04:00
test_models.py Fix long line 2016-07-29 10:43:53 +02:00
test_sortfilter.py Clean up assertion 2016-05-08 20:01:35 +02:00