Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-108303: Move all doctest related files and tests to ↵ | Nikita Sobolev | 2024-01-18 |
| | | | | | `Lib/test/test_doctest/` (#112109) Co-authored-by: Brett Cannon <brett@python.org> | ||
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 |
| | | | | We still have 27 failing tests (down from 39). | ||
* | Bug 772091: doctest.DocTestSuite does not support __test__ | Tim Peters | 2004-08-07 |
| | | | | | This got fixed "by magic" as part of the refactoring, but wasn't tested as such. Now it is. | ||
* | Merging from tim-doctest-branch, which is now closed. | Tim Peters | 2004-08-06 |
This primarily adds more powerful ways to work with unittest, including spiffy support for building suites out of doctests in non-Python "text files". |