summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest2.txt
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-108303: Move all doctest related files and tests to ↵Nikita Sobolev2024-01-191-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 containingJim Fulton2004-10-131-0/+7
| | | | non-ascii characters.
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-061-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".