summaryrefslogtreecommitdiff
path: root/tests/unit/config/test_configtypes.py
AgeCommit message (Expand)Author
2024-05-24Update for new pylint/astroid releasesFlorian Bruhin
2024-03-25tests: Avoid accessing Qt statics at import timeFlorian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Remove some more old license headersFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-03-17Merge branch 'qt6-v2' into master-qt6Florian Bruhin
2023-03-14Revert "lint: add stacklevel kwarg to warnings"Florian Bruhin
2023-02-26lint: add stacklevel kwarg to warningstoofar
2022-12-26make configtype from_str hypothesis check skip subclasses tootoofar
2022-08-23tests: Fix test_from_str_hypothesis for FlagListFlorian Bruhin
2022-08-23Drop Qt < 5.15Florian Bruhin
2022-08-23debug: Remove add_base for qenum_keyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-05-10Update pylint ignoresFlorian Bruhin
2022-04-04Drop python3.6 support.Jimmy
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2021-05-30Validate encoding for header settingsFlorian Bruhin
2021-04-09Added tests for StatusbarWidget.Nicholas Schwab
2021-04-08Revert all prefix-related commits.Nicholas Schwab
2021-04-08Added tests for get_valid_prefixes.Nicholas Schwab
2021-04-08Added tests for configtypes.PrefixOrString.Nicholas Schwab
2021-04-08Added tests for ValidPrefixes.Nicholas Schwab
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