summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856)Miss Islington (bot)2025-05-285-8/+545
* [3.13] gh-128816: Fix warnings in test_doctest (GH-128817) (GH-128870)Miss Islington (bot)2025-01-161-1/+7
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-051-4/+10
* gh-117225: Move colorize functionality to own internal module (#118283)Hugo van Kemenade2024-05-011-28/+28
* gh-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-241-3/+48
* gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122)Nikita Sobolev2024-04-211-1/+16
* gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_met...Nikita Sobolev2024-04-101-0/+14
* gh-116622: Enable `test_doctest` on platforms that don't support subprocesses...Malcolm Smith2024-04-091-3/+8
* gh-117294: Report DocTestCase as skipped if all examples in the doctest are s...Malcolm Smith2024-03-283-0/+75
* gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise ...Hugo van Kemenade2024-03-271-23/+23
* gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...Brian Schubert2024-02-143-0/+20
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-1812-0/+3766