qutebrowser/tests/unit/commands
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_argparser.py Simplify argparser.type_check 2016-05-18 07:16:17 +02:00
test_cmdutils.py Remove Command.completion. 2016-08-06 11:59:04 -04:00
test_runners.py Fix crash when doing :<space><enter> 2016-08-05 15:42:03 +02:00
test_userscripts.py Fix some lint 2016-07-07 18:32:52 +02:00