summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_utils.py
AgeCommit message (Expand)Author
2024-10-13Minor Python 3.8 dropping adjustmentsFlorian Bruhin
2024-07-02Fix some typosFlorian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian 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-02-06lint: broad-exception-raisedtoofar
2023-01-23Reduce hypothesis iterations for test_invariantstoofar
2023-01-23Remove some broad exception assertionstoofar
2022-08-23tests: Adjust most importsFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-08-15Add utils.match_globsFlorian Bruhin
2022-06-13Merge remote-tracking branch 'origin/pr/7096'Florian Bruhin
2022-05-20Fix lintFlorian Bruhin
2022-05-20tests: Improve TestSanitizeFilenameFlorian Bruhin
2022-04-08Add more unit tests.Nicholas Schwab
2022-04-08Fix missing conversion to str in unit test hypothesis.Nicholas Schwab
2022-04-08Simplify unit test for click-element.Nicholas42
2022-04-06Add parse_point utility and tests for it.Nicholas Schwab
2022-04-04Clean up some remaining Python version referencesFlorian Bruhin
2021-10-14tests: Adjust for PyYAML 6.0Florian Bruhin
2021-07-12Revert "Fix enum stringification for Python 3.10 a7+"Florian Bruhin
2021-04-08Fix enum stringification for Python 3.10 a7+Florian Bruhin
2021-04-07Handle version numbers with >3 digitsFlorian Bruhin
2021-03-31tests: Move flatpak patch to conftestFlorian Bruhin
2021-03-31flatpak: Skip download dispatcher testsFlorian Bruhin
2021-03-29tests: Move freezer to fixtures.pyFlorian Bruhin
2021-03-23Merge branch 'master' into pathlib-/unit/utilsLembrun
2021-03-18Reverting to abspath,minor simplificationsLembrun
2021-03-17Drop libgl workaround entirelyFlorian Bruhin
2021-03-16Replaced os.path by pathlib in tests/unit/utilsLembrun
2021-03-11Merge remote-tracking branch 'origin/pr/6234'Florian Bruhin
2021-03-11Fix long linesFlorian Bruhin
2021-03-11Add custom VersionNumber classFlorian Bruhin
2021-03-09Added test_resources.pyLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-02-10Add :screenshot commandFlorian Bruhin
2021-02-10Add more testsFlorian Bruhin
2021-01-30utils: Adjust tests for subdir globbingFlorian Bruhin
2021-01-30Add tests/changelogFlorian Bruhin
2021-01-28Fix resource globbing with Python .egg installsFlorian Bruhin
2021-01-26Separate utils.read_file and read_file_binaryFlorian Bruhin
2021-01-26Get rid of utils.resource_filenameFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-26tests: Update properly for importlib_resourcesFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-18Clearer assertions, updated tests to assert correct errorsAxel Dahlberg
2021-01-17Test when cleanup_file context failsAxel Dahlberg
2021-01-17Update to test cleanup file context and ignore coverAxel Dahlberg