summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest.py
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of the ignore_imports argument to DocTestFinder.find().Tim Peters2004-08-081-16/+9
* Deprecated testmod's useless & confusing isprivate gimmick.Tim Peters2004-08-081-21/+8
* Bug 772091: doctest.DocTestSuite does not support __test__Tim Peters2004-08-071-13/+16
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-061-2/+177
* Example.__init__: this cannot use assert, because that fails to triggerTim Peters2004-08-041-3/+3
* Edward Loper's cool and massive refactoring of doctest.py, merged fromTim Peters2004-08-041-2/+1002
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Whitespace normalization.Tim Peters2001-09-181-1/+1
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-3/+2
* Remove test_doctest's expected-output file.Tim Peters2001-05-231-1/+2
* Add std test for doctest.Tim Peters2001-02-101-0/+2