summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest
Commit message (Expand)AuthorAgeFilesLines
* 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