]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Oct 2023 13:12:27 +0000 (15:12 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 13:12:27 +0000 (13:12 +0000)
commit762aba72eb35a5696048ed89df35385c8d784c52
treef23a0e56b4fc16039962f2111f4aa5eee7237a4e
parent12c7e5071cb6013df69586ccc26835742c4d86b9
[3.11] gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_coverage` (GH-111349) (#111360)

gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_coverage` (GH-111349)
(cherry picked from commit 31c05b72c15885ad5ff298de39456d8baed28448)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/test/test_doctest.py