summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_qtutils.py
AgeCommit message (Expand)Author
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2021-12-02pylint: Remove bad-continuation supressionsFlorian Bruhin
2021-12-02pylint: Handle consider-using-withFlorian Bruhin
2021-03-24Fix trailing whitespaceFlorian Bruhin
2021-03-24Avoid missing_okFlorian Bruhin
2021-03-24Simplify paths in test_jinja, _qtutils and _versionFlorian Bruhin
2021-03-18Reverting to abspath,minor simplificationsLembrun
2021-03-16Simplified with to write_text directlyLembrun
2021-03-16Replaced os.path by pathlib in tests/unit/utilsLembrun
2021-02-25Rename utils.py to testutils.pyLembrun
2021-02-10Fix lint/testsFlorian Bruhin
2021-02-10tests: Move Color to testutilsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-11-20tests: Update test_version_checkFlorian Bruhin
2020-11-20Move utils.interpolate_color to qtutilsFlorian Bruhin
2020-05-26Add filename if QtOSError is used with QFileDeviceFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-05-22Add tests for qtutils.is_single_process()Florian Bruhin
2019-05-19Check for invalid QColor objectsFlorian Bruhin
2019-05-16Fix tab and webkit background colors clearing on config changeJay Kamat
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-07-16Fix pylint 2.0 useless-return casesFlorian Bruhin
2018-07-03Don't import test_file on WindowsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-10-23modified as requestedsiddhugolu
2017-10-22modified pylint pragmassiddhugolu
2017-10-12Add missing testFlorian Bruhin
2017-10-12Also check PyQt version for qtutils.version_check()Florian Bruhin
2017-10-08Make qtutils.version_check strict by defaultFlorian Bruhin
2017-09-20Use utils.is_* for platform checks everywhereFlorian Bruhin
2017-09-18Drop legacy QtWebKit supportFlorian Bruhin
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
2017-09-17Add a new qt_args settingFlorian Bruhin
2017-09-17Move qtutils.unset_organization to standarddirFlorian Bruhin
2017-07-08Replace OS X with macOSFlorian Bruhin
2017-05-23tests: Use match= for pytest.raisesFlorian Bruhin
2017-05-17Reorganize pylint configFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-28Read qWebKitVersion in qtutils.is_webkit_ng.Florian Bruhin
2017-04-03Remove qtutils.ensure_not_nullFlorian Bruhin
2017-03-08Remove unused operator importsFlorian Bruhin
2017-03-08Refactor qtutils.version_check APIFlorian Bruhin