aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/tests/test_content_cleaner.py
Commit message (Expand)AuthorAgeFilesLines
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-241-1/+2
* Create temporary directories with temppathlib's TemporaryDirectoryPatrik Teivonen2023-01-121-19/+17
* Use the default location when creating temporary dirs with tempfilePatrik Teivonen2023-01-101-4/+3
* PL109 os.getcwd() should be replaced by Path.cwd()Patrik Teivonen2023-01-101-3/+4
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-7/+7
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-2/+2
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-011-1/+1
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-2/+2
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-5/+7
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Fix test_content_cleaner.py for Python 3.6 and 3.7Patrik Teivonen2022-07-051-19/+28
* Move all unit tests to tests/ subdirectoryPatrik Teivonen2022-05-191-0/+176