]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109413: libregrtest: Add and improve type annotations (#109405)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 14 Sep 2023 18:33:18 +0000 (19:33 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 18:33:18 +0000 (18:33 +0000)
commit3b9d10b0316cdc2679ccad80563b7c7da3951388
treebb174dbb8d5582380991fd0d5f8633a7923a89d1
parent21e80f4c1925aaafae199840f8737b5c39a82c70
gh-109413: libregrtest: Add and improve type annotations (#109405)
13 files changed:
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/findtests.py
Lib/test/libregrtest/logger.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/mypy.ini [new file with mode: 0644]
Lib/test/libregrtest/refleak.py
Lib/test/libregrtest/results.py
Lib/test/libregrtest/run_workers.py
Lib/test/libregrtest/runtests.py
Lib/test/libregrtest/setup.py
Lib/test/libregrtest/single.py
Lib/test/libregrtest/utils.py
Lib/test/libregrtest/worker.py