qutebrowser/tests/unit
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
..
browser Make sure base URL for resolve_url is absolute 2016-08-05 17:12:09 +02:00
commands Remove Command.completion. 2016-08-06 11:59:04 -04:00
completion Remove Command.completion. 2016-08-06 11:59:04 -04:00
config Add test for BackendError 2016-08-03 12:18:15 +02:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput tests: Add a mode_manager fixture 2016-07-10 17:04:25 +02:00
mainwindow Fix url_text, take 3 2016-07-11 15:06:36 +02:00
misc tests: Use parametrize for parse_fatal_stacktrace 2016-08-05 09:01:09 +02:00
scripts requirements: Update vulture to 0.9 2016-06-29 23:44:39 +02:00
utils Add _qutebrowser_ prefix for custom JS functions 2016-08-05 10:31:07 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00