diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-01-18 16:25:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 16:25:04 (GMT) |
commit | a76d0104d7c4b9a92569a0d6fa064ef6cc118be2 (patch) | |
tree | 23eb400fd5fe3dbec475dcb82416463b6dac4915 /Makefile.pre.in | |
parent | 6d23b32374786ea41e92e90161fe4d0b0bb53d8b (diff) | |
download | cpython-a76d0104d7c4b9a92569a0d6fa064ef6cc118be2.zip cpython-a76d0104d7c4b9a92569a0d6fa064ef6cc118be2.tar.gz cpython-a76d0104d7c4b9a92569a0d6fa064ef6cc118be2.tar.bz2 |
[3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109) (#114254)
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109)
(cherry picked from commit 9c93350f582fe6f5fed2cd873869dfe4fbf2dfe8)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 3f5b57c..e6f6e6c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2143,6 +2143,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_cppext \ test/test_ctypes \ test/test_dataclasses \ + test/test_doctest \ test/test_email \ test/test_email/data \ test/test_future_stmt \ |