Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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". |