qutebrowser/tests/unit/completion
Ryan Roden-Corrent a774647c26 Get test_models mostly working again.
- Adjust _check_completions to work for CompletionModel and SqlCompletionModel
- Move sql initialization into a reusable fixture
- Remove the bookmark/quickmark/history stubs, as they're now handled by sql
- Disable quickmark/bookmark model tests until their completion is ported to
  sql.
- Disable urlmodel tests for features that have to be implemented in SQL:
    - LIMIT (for history-max-items)
    - Configurable column order (for quickmarks)
    - Configurable formatting (for timestamp-format
2017-06-19 07:42:12 -04:00
..
test_completer.py Simplify sorting logic in sortfilter. 2017-06-19 07:42:12 -04:00
test_completionwidget.py Implement completion models as functions. 2017-06-19 07:42:12 -04:00
test_models.py Get test_models mostly working again. 2017-06-19 07:42:12 -04:00
test_sortfilter.py Simplify sorting logic in sortfilter. 2017-06-19 07:42:12 -04:00
test_sqlmodel.py Get test_models mostly working again. 2017-06-19 07:42:12 -04:00