]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:10:58 +0000 (15:10 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 13:10:58 +0000 (13:10 +0000)
commit78c6faee08eb832b6eafe85340ca95e1e92f6402
tree602aae909385ab456ed605542359c4dfad35eb0c
parent7cce26bcd99d444878c211767794b72bc791ff97
[3.12] gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_coverage` (GH-111349) (#111359)

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