summaryrefslogtreecommitdiff
path: root/tests/unit/config/test_configtypes.py
AgeCommit message (Expand)Author
2021-03-24Catch AttributeError for FormatString configtypeFlorian Bruhin
2021-02-25Rename utils.py to testutils.pyLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-19Refactor configtype __init__ methodsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-11-23Clean up ValidValues code in configtypes.pyFlorian Bruhin
2020-11-04old qt: Get rid of qurl_from_user_inputFlorian Bruhin
2020-11-03tests: Handle dict instability in test_from_str_hypothesisFlorian Bruhin
2020-10-27Fix lintFlorian Bruhin
2020-10-27Handle FutureWarning during regex validationFlorian Bruhin
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-10-15tests: Fix syntaxFlorian Bruhin
2020-10-15tests: Fix test_from_str_hypothesis, take ++xFlorian Bruhin
2020-10-15tests: Fix filtering in test_from_str_hypothesisFlorian Bruhin
2020-08-11tests: Remove dead code in test_configtypesFlorian Bruhin
2020-07-10Test #AARRGGBB colorsPeter Rice
2020-06-10Remove unnecessary argument in TestFont.klassConstantine Theocharis
2020-06-10Simplify test_configtypes.pyConstantine Theocharis
2020-06-10Simplify some testsConstantine Theocharis
2020-06-10Remove QtFont as a config typeConstantine Theocharis
2020-05-27configtypes: Fix handling of Unset in _Numeric with boundsFlorian Bruhin
2020-05-26tests: Return early in hypothesis test for List configtypeFlorian Bruhin
2020-05-26tests: Improve IDs in test_configtypesFlorian Bruhin
2020-05-10Use base class for configtypes.Font inheritanceFlorian Bruhin
2020-04-21tests: Re-add skipping for ListOrValue with keytype intFlorian Bruhin
2020-04-21tests: Fix check for ListOrValueFlorian Bruhin
2020-04-16Remove invalid url check for search engine typeThorsten Wißmann
2020-01-20Add fonts.default_family settingFlorian Bruhin
2020-01-10Replace fonts.monospace setting by rewritten fonts.default_familiesFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-31Improve QtFont parsingFlorian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
2019-12-18config: Allow to set completions for FormatStringFlorian Bruhin
2019-12-03Remove unneeded list() for sorted()Florian Bruhin
2019-10-01Add zero_ok to numeric config typesFlorian Bruhin
2019-08-18Fix some trivial implicit type conversionsFlorian Bruhin
2019-04-01Remove TimestampTemplate configtypeFlorian Bruhin
2019-03-28Merge remote-tracking branch 'origin/pr/4606'Florian Bruhin
2019-03-18Remove unnecessary tupleFlorian Bruhin
2019-02-26Fix ordering in QtColor error message.Ryan Roden-Corrent
2019-02-26Test config color parsing error messages.Ryan Roden-Corrent
2019-02-26Correctly parse hue values from config.Ryan Roden-Corrent
2019-02-22Update copyright for 2019Jay Kamat
2019-02-16Adjust for new pytest import handlingFlorian Bruhin
2018-12-05Add missing test for configtypes.KeyFlorian Bruhin
2018-12-05Fix configtypes.Perc.to_str()Florian Bruhin
2018-12-05mypy: Add annotations for qutebrowser.config.configtypesFlorian Bruhin
2018-11-29Move cmdutils.cmd_dict to objects.commandsFlorian Bruhin