qutebrowser/tests/unit/completion
Ryan Roden-Corrent 56f3b3a027 Small review fixups for SQL implementation.
Respond to the low-hanging code review fruit:

- Clean up some comments
- Remove an acidentally added duplicate init_autosave
- Combine two test_history tests
- Move test_init cleanup into a fixture to ensure it gets called.
- Name the _ argument of bind(_) to _key
- Ensure index is valid for first_item/last_item
- Move SqlException to top of module
- Rename test_index to test_getitem
- Return QItemFlags.None instead of None
- Fix copyright dates (its 2017 now!)
- Use * to force some args to be keyword-only
- Make some returns explicit
- Add sql to LOGGER_NAMES
- Add a comment to explain the sql escape statement
2017-06-19 07:44:11 -04:00
..
test_completer.py Fix pylint and flake8 for SQL work. 2017-06-19 07:42:12 -04:00
test_completionwidget.py Unittest CompletionView.completion_item_del. 2017-06-19 07:42:12 -04:00
test_models.py Implement delete_cur_item for sql completion. 2017-06-19 07:42:12 -04:00
test_sortfilter.py Fix up pylint/flake8 for completion revamp. 2017-06-19 07:42:12 -04:00
test_sqlmodel.py Small review fixups for SQL implementation. 2017-06-19 07:44:11 -04:00