]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120665: make unittest loaders avoid loading test cases that are abstract base...
authorblhsing <blhsing@gmail.com>
Wed, 17 Jun 2026 11:48:09 +0000 (04:48 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2026 11:48:09 +0000 (07:48 -0400)
commit5ad3c6dfbfe60a7f232e9604866c77ced24c4bfe
tree9f50e536c49535bd9156282a3d56149b4d35f4d7
parent460dec26518df5aa262ded5a2ee4e94b8854b569
gh-120665: make unittest loaders avoid loading test cases that are abstract base classes (#120666)
Lib/test/test_unittest/test_loader.py
Lib/unittest/loader.py
Misc/NEWS.d/next/Library/2024-06-18-04-08-37.gh-issue-120665.x7T1hV.rst [new file with mode: 0644]