]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Test DocTestFinder directly instead of calling support.run_doctest() (GH-10891...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Sep 2023 14:13:45 +0000 (07:13 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 14:13:45 +0000 (16:13 +0200)
commit5e917a0b09dbd86cff88b04501898e72ade574d5
tree876e02f61eedca935688b0c3f80bcf7c0df03b50
parentdf64210ad0d65e82449bbff2c5125764d49e5073
[3.12] Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917) (#109259)

Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917)
(cherry picked from commit 0abc935086931d4915ea3c45cffffecb31e7a45c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_doctest.py