summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122) (#118129)Nikita Sobolev2024-04-211-1/+16
|
* [3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped ↵Miss Islington (bot)2024-04-101-0/+14
| | | | | | | | | `builtin_or_method` (GH-117699) (#117708) * gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_method` (GH-117699) (cherry picked from commit 4bb7d121bc0a3fd00a3c72cd915b5dd8fac5616e) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.12] gh-115392: Fix doctest reporting incorrect line numbers for decorated ↵Miss Islington (bot)2024-02-143-0/+20
| | | | | | | | functions (GH-115440) (#115459) gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (GH-115440) (cherry picked from commit bb791c7728e0508ad5df28a90b27e202d66a9cfa) Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
* [3.12] gh-108303: Move all doctest related files and tests to ↵Miss Islington (bot)2024-01-1812-0/+3732
`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>