summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Changed the output of report_start() and report_unexpected_exception()Edward Loper2004-08-261-22/+40
* Added an "exc_msg" attribute to Example (containing the expectedEdward Loper2004-08-261-16/+77
* Only recognize the expected output as an exception if it *starts* withEdward Loper2004-08-251-3/+13
* test_DocTestFinder(): This test failed when test_doctest was runTim Peters2004-08-231-2/+5
* Moved some test cases from doctest to test_doctest.Tim Peters2004-08-231-2/+126
* Added NDIFF_DIFF option.Tim Peters2004-08-221-3/+29
* Bugs fixed:Jim Fulton2004-08-221-56/+115
* _ellipsis_match(): Removed special-casing of "...\n". The semanticsTim Peters2004-08-221-28/+5
* Now that they've settled down, document doctest directives.Tim Peters2004-08-191-3/+17
* Replaced the ELLIPSIS implementation with a worst-case linear-time one.Tim Peters2004-08-191-8/+20
* ELLIPSIS implementation: an ellipsis couldn't match nothing if itTim Peters2004-08-191-0/+23
* Fixed bug in line-number finding for examples (DocTestParser wasn'tEdward Loper2004-08-171-2/+25
* - Changed output of DocTestParser.get_program() to make it easier toEdward Loper2004-08-121-8/+8
* - Added __docformat__Edward Loper2004-08-121-4/+6
* - Changed option directives to be example-specific. (i.e., they nowEdward Loper2004-08-121-29/+153
* Edward's latest checkins somehow managed to wipe out my previous latestTim Peters2004-08-091-1/+0
* - DocTest is now a simple container class; its constructor is no longerEdward Loper2004-08-091-7/+10
* This started as a spelling and whitespace cleanup. The comment forTim Peters2004-08-091-6/+5
* Added support for pdb.set_trace.Jim Fulton2004-08-091-0/+87
* Drop the excruciating newline requirements on arguments toTim Peters2004-08-091-17/+27
* Rewrote Parser, using regular expressions instead of walking thoughEdward Loper2004-08-091-2/+11
* 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