summaryrefslogtreecommitdiff
path: root/tests/unit/config/test_configcommands.py
AgeCommit message (Collapse)Author
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2021-12-23Add additional testsFlorian Bruhin
2021-04-04Show error when using :config-unset with uncustomized settingFlorian Bruhin
2021-04-04Add URL pattern support for :config-unsetFlorian Bruhin
See #5856
2021-03-11Removed exist_okLembrun
2021-03-02Changing tmpdir fixtures to the pathlib equivalentLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Change setting names to use a common .blocking parentÁrni Dagur
2020-11-13Remove :config-diff --oldFlorian Bruhin
2020-10-20Fix test formattingJan-Pieter Baert
2020-10-10Add forgotten ,Jan-Pieter Baert
2020-10-10Fix formatting of testsJan-Pieter Baert
2020-10-10Fix configcommands testsJan-Pieter Baert
2020-06-09Fix ~ with :config-write-pyFlorian Bruhin
df4a011d48fa9f12fccf59ebca0954ccdf646d20 introduced a bug because the os.path.isabs check was done before os.path.expanduser - and isabs('~/...') will always be False.
2020-05-05Add :config-diff commandFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
No need for two different UNSET types. Also, this avoids a circular import: configutils -> urlutils -> config -> configdata -> configtypes -> configutils
2019-07-22Search files in config directory with :config-source foo.pyFlorian Bruhin
2019-07-04Fix style issuesJay Kamat
2019-07-03Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into ↵Jay Kamat
config-cli-option
2019-07-03Use standarddir for config.py overrideJay Kamat
Also, make config-source, config-write-py, and config-edit honor config argument
2019-03-18Add tests for :config-dict-add, :config-dict-remove, :config-list-add and ↵arza
:config-list-remove with invalid option
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Fix test_configcommandsFlorian Bruhin
2018-11-30Rename openurl to load_urlFlorian Bruhin
We still call the :open command openurl, but in the tab API and in TabbedBrowser it's now called load_url.
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-10-11Swap noun/verb in :config-{add,remove}-{dict-list}Florian Bruhin
See https://github.com/qutebrowser/qutebrowser/pull/4324#issuecomment-428934193
2018-10-11Update docsFlorian Bruhin
2018-10-10New config: More powerful :config- commands: removeMilo Gertjejansen
- `:config-remove-list` command to remove items from a list. - `:config-remove-dict` command to remove items from a dict. - Test coverage. Continues #2794
2018-10-07Improve :config-add-(list|dict) testsFlorian Bruhin
2018-10-06New config: More powerful :config- commands: add #4283Milo Gertjejansen
Made minor changes to the second commit which broke tests out into success and failure tests taking advantage of pytests.raises. Additionally updated several grammar issues. Continues #2794
2018-10-04New config: More powerful :config- commands: add #4283Milo Gertjejansen
Made requested changes: - Separated list add and dict add commands. - Separated list and dict completion models. - Created tests for each command. - Simplified the configmodel options by breaking them into a separate function to do work that is similar. - General simplification of both add commands. Continues #2794
2018-09-02Fix docstringsFlorian Bruhin
2018-08-31Display value when calling :set without a valueVasilij Schneidermann
This change brings Qutebrowser closer to Vim's behavior of `:set foo?` *and* `:set foo` displaying the current value of `foo`.
2018-08-06Add missing yaml_value fixtureFlorian Bruhin
2018-06-12Fix test_set_wrong_backendFlorian Bruhin
2018-03-15Add missing qapp fixtures to testsFlorian Bruhin
See #3723
2018-03-06Fix lintFlorian Bruhin
2018-03-06Update config tests for pattern changesFlorian Bruhin
2018-03-06Fix tests for keyboard parsing changeFlorian Bruhin
2018-02-27Handle unknown keys with :bind/:unbindFlorian Bruhin
2018-02-27Consolidate invalid :bind/:unbind testsFlorian Bruhin
2018-02-27Adjust test_configcommands.pyFlorian Bruhin
2018-02-25Add a test for :set -p with a patternFlorian Bruhin
2018-02-20Whitelist config options which support URL patternsFlorian Bruhin
2018-02-20Rename --url to --patternFlorian Bruhin