summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_models.py
AgeCommit message (Expand)Author
2018-09-02Rename history.exclude to completion.web_history.excludeFlorian Bruhin
2018-08-19Don't alphabetically sort tab completion.Jimmy
2018-05-08Merge remote-tracking branch 'origin/pr/3790'Florian Bruhin
2018-04-10Add test for completing other buffer excluding id0Jay Kamat
2018-03-31Unit-test configmodel arg filtering.Ryan Roden-Corrent
2018-03-13Merge remote-tracking branch 'origin/pr/3613'Florian Bruhin
2018-03-07Make bindings.default only settable in autoconfig.ymlFlorian Bruhin
2018-03-06Fix tests for keyboard parsing changeFlorian Bruhin
2018-03-05Add test for :bind completion with invalid bindingFlorian Bruhin
2018-03-04Merge branch 'keys'Florian Bruhin
2018-02-27Add missing tests for completionsFlorian Bruhin
2018-02-27Expect capitalized bindings in test_modelsFlorian Bruhin
2018-02-27Fix type which is stubbed in test_modelsFlorian Bruhin
2018-02-19Fix test_models.pyFlorian Bruhin
2018-02-19Refactor TabbedBrowser from inheritance to compositionbttner
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-11Match url completion terms in any order.Ryan Roden-Corrent
2017-12-03Don't show current window for :tab-give/:tab-take.Ryan Roden-Corrent
2017-12-02Merge remote-tracking branch 'origin/pr/3352'Florian Bruhin
2017-11-28Reapply "Hide quickmark/bookmark completion if empty."Ryan Roden-Corrent
2017-11-26Adjust :bind completion testsPanagiotis Ktistakis
2017-11-14Revert "Hide quickmark/bookmark completion if empty."Florian Bruhin
2017-11-13Set __tracebackhide__ for _check_completionsFlorian Bruhin
2017-11-13Remove hiding of commandsFlorian Bruhin
2017-11-12Hide quickmark/bookmark completion if empty.Ryan Roden-Corrent
2017-11-02Ensure completions are sorted after filtering.Ryan Roden-Corrent
2017-10-11Add test for window completionMichael Hoang
2017-09-27Fix :bind completion with invalid commandsFlorian Bruhin
2017-09-21Fix whitespaceFlorian Bruhin
2017-09-20Use CommandParser for configmodel.bind.Ryan Roden-Corrent
2017-09-17Fix unit tests for end2end SQL changeFlorian Bruhin
2017-09-07Remove stray FIXME:confRyan Roden-Corrent
2017-09-05Really avoid flakiness in test_models.Ryan Roden-Corrent
2017-09-04Avoid flakiness in test_models.Ryan Roden-Corrent
2017-09-04Remove config dependency from get_cmd_completions.Ryan Roden-Corrent
2017-09-04Pass CompletionInfo to completion functions.Ryan Roden-Corrent
2017-08-20Merge remote-tracking branch 'upstream/master' into configmergeRyan Roden-Corrent
2017-08-20Fix pylint/flake8/vulture errors.Ryan Roden-Corrent
2017-08-20Move bind completion to configmodels.Ryan Roden-Corrent
2017-08-20Fix completion tests after config merge.Ryan Roden-Corrent
2017-08-09Fix startup crashes after config merge.Ryan Roden-Corrent
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-08-06Don't perform alphabetical sort in listcategory.Ryan Roden-Corrent
2017-07-29Support delete from :{quick,book}mark-load.Ryan Roden-Corrent
2017-07-25Fix bind completion for bindings with arguments.Ryan Roden-Corrent
2017-07-21Use simpler way of preventing History completionFlorian Bruhin
2017-07-16Add LIMIT to history query.Ryan Roden-Corrent
2017-07-08More sql code review fixes.Ryan Roden-Corrent
2017-07-04Fix pylintFlorian Bruhin