]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Sep 2023 11:03:30 +0000 (14:03 +0300)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 11:03:30 +0000 (14:03 +0300)
commit0abc935086931d4915ea3c45cffffecb31e7a45c
tree8d6a80efa9345d76de9440c6dcf463e2813871c2
parentc439f6a72d828a55aa373fd42c8a0ef771e303cd
Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917)
Lib/test/test_doctest.py