Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-117225: Add color to doctest output (#117583) | Hugo van Kemenade | 2024-04-24 | 1 | -3/+48 |
* | gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122) | Nikita Sobolev | 2024-04-21 | 1 | -1/+16 |
* | gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_met... | Nikita Sobolev | 2024-04-10 | 1 | -0/+14 |
* | gh-116622: Enable `test_doctest` on platforms that don't support subprocesses... | Malcolm Smith | 2024-04-09 | 1 | -3/+8 |
* | gh-117294: Report DocTestCase as skipped if all examples in the doctest are s... | Malcolm Smith | 2024-03-28 | 3 | -0/+75 |
* | gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise ... | Hugo van Kemenade | 2024-03-27 | 1 | -23/+23 |
* | gh-115392: Fix doctest reporting incorrect line numbers for decorated functio... | Brian Schubert | 2024-02-14 | 3 | -0/+20 |
* | gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest... | Nikita Sobolev | 2024-01-18 | 12 | -0/+3766 |