]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 17:38:02 +0000 (19:38 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 17:38:02 +0000 (17:38 +0000)
commitdcfb22935f9a8526ee581ee088d24b289167cd5c
treeadeaf67b0e66a7eba2280569b28d4f4d405cdca9
parent9cd608f999f3efc67d6aa81ac32bf0494188a1d5
[3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856)

Test the error and failure report in more detail.
(cherry picked from commit f6324bc7eedc615c3c961fe368a8c56697d42936)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_doctest/sample_doctest_errors.py [new file with mode: 0644]
Lib/test/test_doctest/test_doctest.py
Lib/test/test_doctest/test_doctest_errors.txt [new file with mode: 0644]
Lib/test/test_doctest/test_doctest_skip.txt
Lib/test/test_doctest/test_doctest_skip2.txt [new file with mode: 0644]