]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117294: Report DocTestCase as skipped if all examples in the doctest are skipped...
authorMalcolm Smith <smith@chaquo.com>
Thu, 28 Mar 2024 19:59:12 +0000 (19:59 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 19:59:12 +0000 (21:59 +0200)
commit29829b58a8328a7c2ccacaa74c1d7d120a5e5ca5
tree34c0e66676cc3720afc4470c80456039bcf4d66f
parentefcc96844e7c66fcd6c23ac2d557ca141614ce9a
gh-117294: Report DocTestCase as skipped if all examples in the doctest are skipped (GH-117297)
Doc/library/doctest.rst
Lib/doctest.py
Lib/test/test_doctest/sample_doctest_skip.py [new file with mode: 0644]
Lib/test/test_doctest/test_doctest.py
Lib/test/test_doctest/test_doctest_skip.txt [new file with mode: 0644]
Lib/test/test_zipimport_support.py
Misc/NEWS.d/next/Library/2024-03-27-16-43-42.gh-issue-117294.wbXNFv.rst [new file with mode: 0644]