summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_completionwidget.py
AgeCommit message (Expand)Author
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-20Add workaround for fetching model data in completionFlorian Bruhin
2020-08-05Add tests for :completion-item-focus with prev-page/next-pageFlorian Bruhin
2020-08-05tests: Use fixture for model in CompletionWidget testsFlorian Bruhin
2020-08-05Merge remote-tracking branch 'origin/pr/4301' into pageupdownFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-31Update test_completion_item_focus_no_model for prev-page/next-pagearza
2019-10-13Remove some usages of 'status-command' from objregFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-11-26Add flake8-bugbearFlorian Bruhin
2017-11-13Yank selected text with completion-item-yank.Ryan Roden-Corrent
2017-11-05Implement completion-item-yank.Ryan Roden-Corrent
2017-09-22Use .assert_not_called() for mocksFlorian Bruhin
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-27Merge pull request #2853 from rcorre/fix-completionviewFlorian Bruhin
2017-07-26Expand history completion results if on last index.Ryan Roden-Corrent
2017-07-24Abort resizeEvent if model is None.Ryan Roden-Corrent
2017-07-22Clear selection when setting completion pattern.Ryan Roden-Corrent
2017-07-12SQL code review fixes.Ryan Roden-Corrent
2017-07-04Update some more references to old config optionsFlorian Bruhin
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Various simple test updates for new configFlorian Bruhin
2017-07-03Make various SQL code review changes.Ryan Roden-Corrent
2017-06-27Fix pylint/coverage errors.Ryan Roden-Corrent
2017-06-26Refactor delete_cur_item.Ryan Roden-Corrent
2017-06-19Assorted small fixes for sql code review.Ryan Roden-Corrent
2017-06-19Don't regenerate completion model needlessly.Ryan Roden-Corrent
2017-06-19Fix pylint/flake8 errorsRyan Roden-Corrent
2017-06-19Decouple categories from completionmodel.Ryan Roden-Corrent
2017-06-19Implement a hybrid list/sql completion model.Ryan Roden-Corrent
2017-06-19Unittest CompletionView.completion_item_del.Ryan Roden-Corrent
2017-06-19Implement completion models as functions.Ryan Roden-Corrent
2017-05-09Finally update copyrights...Florian Bruhin
2016-09-22Generalize statusbar-attached website overlaysFlorian Bruhin
2016-09-15Rewrite test_on_next_prev_item after refactoring.Ryan Roden-Corrent
2016-09-01Add blank lineFlorian Bruhin
2016-08-31Regression test for repeated completion.Ryan Roden-Corrent
2016-08-21Test completion show when calling next with no completionMarshall Lochbaum
2016-08-21Add tests for completion show with no rowsMarshall Lochbaum
2016-08-21Refactor Completer/CompletionView interface, removing set_pattern()Marshall Lochbaum
2016-08-20Add quick-complete to completion widget testsMarshall Lochbaum
2016-08-20Fix test_completion_show name and docstringMarshall Lochbaum
2016-08-20Add unit test for completion showMarshall Lochbaum
2016-08-19Merge branch 'master' into auto-open-fixesMarshall Lochbaum