aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/tests/test_release_repo_updater.py
Commit message (Expand)AuthorAgeFilesLines
* release_task_reader: Improve task parsing logging outputv6.5.0-packagingPatrik Teivonen2023-03-291-3/+3
* Add operations for Debian repo creation and publishingIikka Eklund2023-02-101-2/+1
* Support Debian task type in packaging configurationsIikka Eklund2023-01-301-10/+16
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-241-3/+3
* test_release_repo_updater: Fix repogen path in unit test assertionPatrik Teivonen2023-01-131-2/+3
* PL111: os.path.expanduser("~") should be replaced by Path.home()Patrik Teivonen2023-01-131-2/+1
* Create temporary directories with temppathlib's TemporaryDirectoryPatrik Teivonen2023-01-121-37/+52
* Use the default location when creating temporary dirs with tempfilePatrik Teivonen2023-01-101-6/+5
* PL109 os.getcwd() should be replaced by Path.cwd()Patrik Teivonen2023-01-101-5/+6
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-1/+0
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-0/+1
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-1/+0
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-14/+23
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-29/+29
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-35/+35
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-8/+8
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-2/+2
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-061-1/+1
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-011-3/+3
* Fix upload_ifw_to_remote unit testPatrik Teivonen2022-08-291-2/+4
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-4/+4
* Add pylint hook in errors only mode, resolve errorsPatrik Teivonen2022-08-161-0/+1
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-5/+6
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-34/+49
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-22/+23
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+1
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Update old unit tests, remove unused testsPatrik Teivonen2022-06-211-23/+12
* Revert "Replace bldinstallercommon.remove_tree with shutil.rmtree"Patrik Teivonen2022-05-181-3/+3
* Replace bldinstallercommon.remove_tree with shutil.rmtreePatrik Teivonen2022-05-161-3/+3
* Move scripts from qt6_installer subdirectory to packaging-toolsPatrik Teivonen2022-04-291-0/+275