]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-108885: Imporove tests for doctest (GH-134832) (GH-134855)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 17:41:07 +0000 (19:41 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 17:41:07 +0000 (17:41 +0000)
commit52bae918c371eb4fcc5dec6ffdf8b7d306218cf8
tree6c760cff8e89960e176be85b20dda01aa02809fa
parent381144f0431fc27e8b49d72d40434c8666a92ff5
[3.14] gh-108885: Imporove tests for doctest (GH-134832) (GH-134855)

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]