Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.11] gh-108303: Move all doctest related files and tests to ↵ | Nikita Sobolev | 2024-01-19 | 1 | -14/+0 |
| | | | | | `Lib/test/test_doctest/` (GH-112109) (#114313) gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109) | ||||
* | Fixed a small bug. doctest didn't handle unicode docstrings containing | Jim Fulton | 2004-10-13 | 1 | -0/+7 |
| | | | | non-ascii characters. | ||||
* | Merging from tim-doctest-branch, which is now closed. | Tim Peters | 2004-08-06 | 1 | -0/+7 |
This primarily adds more powerful ways to work with unittest, including spiffy support for building suites out of doctests in non-Python "text files". |