summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_utils.py
AgeCommit message (Expand)Author
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
2021-01-17Cleanup file context and testsAxel Dahlberg
2021-01-05Add overrides for mimetype -> extension conversionFlorian Bruhin
2020-12-08Added tests and modifed regex to full matchMarco Zatta
2020-12-08Parse_duration with one regex onlyMarco Zatta
2020-12-07Time units added to :later commandMarco Zatta
2020-11-20Move utils.interpolate_color to qtutilsFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin
2020-11-05Merge remote-tracking branch 'origin/pr/5860'Florian Bruhin
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Remove old inspector logicFlorian Bruhin
2020-11-03write test cases for interpolate_color with alphaduthades
2020-10-26Use enum.auto() for most enum valuesFlorian Bruhin
2020-10-09Use class-based API instead of functions for enumsYegor
2020-09-25Work around PyYAML ._ parsing bugFlorian Bruhin
2020-07-27Fix indentFlorian Bruhin
2020-07-27Add some tests for utils.sanitize_filenameFlorian Bruhin
2020-07-27Simplify utils.sanitize_filename callsFlorian Bruhin
2020-07-27Merge remote-tracking branch 'origin/pr/5236'Florian Bruhin
2020-06-24Make filename trimming optional.Nazar Vinnichuk
2020-06-01Add test for utils.libgl_workaround()Florian Bruhin
2020-05-19Update the test.Nazar Vinnichuk