diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-12 13:33:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 13:33:30 (GMT) |
commit | 66d1d7eb067d445f1ade151f4a6db3864dd9109f (patch) | |
tree | abce6d84d57060e7eb8ddd438063aff4d5d48ab2 /Misc/NEWS.d | |
parent | d13f782a181d579fc3c23ea6059ff352ec9fab93 (diff) | |
download | cpython-66d1d7eb067d445f1ade151f4a6db3864dd9109f.zip cpython-66d1d7eb067d445f1ade151f4a6db3864dd9109f.tar.gz cpython-66d1d7eb067d445f1ade151f4a6db3864dd9109f.tar.bz2 |
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-12-24-12-50-54.gh-issue-84867.OhaLbU.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-12-24-12-50-54.gh-issue-84867.OhaLbU.rst b/Misc/NEWS.d/next/Library/2022-12-24-12-50-54.gh-issue-84867.OhaLbU.rst new file mode 100644 index 0000000..8b45dce --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-12-24-12-50-54.gh-issue-84867.OhaLbU.rst @@ -0,0 +1,2 @@ +:class:`unittest.TestLoader` no longer loads test cases from exact +:class:`unittest.TestCase` and :class:`unittest.FunctionTestCase` classes. |