| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Added DocTestParser.parse(), which parses a docstring into Examples | Edward Loper | 2004-08-26 | 1 | -2/+57 |
|
|
* | output_difference(): In fancy-diff cases, the way this split expected & | Tim Peters | 2004-08-26 | 1 | -7/+3 |
|
|
* | Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the | Edward Loper | 2004-08-26 | 1 | -0/+81 |
|
|
* | Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and | Edward Loper | 2004-08-26 | 1 | -7/+7 |
|
|
* | Shortened diff output for unified & context diffs | Edward Loper | 2004-08-26 | 1 | -6/+2 |
|
|
* | - Changed the output of report_start() and report_unexpected_exception() | Edward Loper | 2004-08-26 | 1 | -22/+40 |
|
|
* | Added an "exc_msg" attribute to Example (containing the expected | Edward Loper | 2004-08-26 | 1 | -16/+77 |
|
|
* | Only recognize the expected output as an exception if it *starts* with | Edward Loper | 2004-08-25 | 1 | -3/+13 |
|
|
* | test_DocTestFinder(): This test failed when test_doctest was run | Tim Peters | 2004-08-23 | 1 | -2/+5 |
|
|
* | Moved some test cases from doctest to test_doctest. | Tim Peters | 2004-08-23 | 1 | -2/+126 |
|
|
* | Added NDIFF_DIFF option. | Tim Peters | 2004-08-22 | 1 | -3/+29 |
|
|
* | Bugs fixed: | Jim Fulton | 2004-08-22 | 1 | -56/+115 |
|
|
* | _ellipsis_match(): Removed special-casing of "...\n". The semantics | Tim Peters | 2004-08-22 | 1 | -28/+5 |
|
|
* | Now that they've settled down, document doctest directives. | Tim Peters | 2004-08-19 | 1 | -3/+17 |
|
|
* | Replaced the ELLIPSIS implementation with a worst-case linear-time one. | Tim Peters | 2004-08-19 | 1 | -8/+20 |
|
|
* | ELLIPSIS implementation: an ellipsis couldn't match nothing if it | Tim Peters | 2004-08-19 | 1 | -0/+23 |
|
|
* | Fixed bug in line-number finding for examples (DocTestParser wasn't | Edward Loper | 2004-08-17 | 1 | -2/+25 |
|
|
* | - Changed output of DocTestParser.get_program() to make it easier to | Edward Loper | 2004-08-12 | 1 | -8/+8 |
|
|
* | - Added __docformat__ | Edward Loper | 2004-08-12 | 1 | -4/+6 |
|
|
* | - Changed option directives to be example-specific. (i.e., they now | Edward Loper | 2004-08-12 | 1 | -29/+153 |
|
|
* | Edward's latest checkins somehow managed to wipe out my previous latest | Tim Peters | 2004-08-09 | 1 | -1/+0 |
|
|
* | - DocTest is now a simple container class; its constructor is no longer | Edward Loper | 2004-08-09 | 1 | -7/+10 |
|
|
* | This started as a spelling and whitespace cleanup. The comment for | Tim Peters | 2004-08-09 | 1 | -6/+5 |
|
|
* | Added support for pdb.set_trace. | Jim Fulton | 2004-08-09 | 1 | -0/+87 |
|
|
* | Drop the excruciating newline requirements on arguments to | Tim Peters | 2004-08-09 | 1 | -17/+27 |
|
|
* | Rewrote Parser, using regular expressions instead of walking though | Edward Loper | 2004-08-09 | 1 | -2/+11 |
|
|
* | Get rid of the ignore_imports argument to DocTestFinder.find(). | Tim Peters | 2004-08-08 | 1 | -16/+9 |
|
|
* | Deprecated testmod's useless & confusing isprivate gimmick. | Tim Peters | 2004-08-08 | 1 | -21/+8 |
|
|
* | Bug 772091: doctest.DocTestSuite does not support __test__ | Tim Peters | 2004-08-07 | 1 | -13/+16 |
|
|
* | Merging from tim-doctest-branch, which is now closed. | Tim Peters | 2004-08-06 | 1 | -2/+177 |
|
|
* | Example.__init__: this cannot use assert, because that fails to trigger | Tim Peters | 2004-08-04 | 1 | -3/+3 |
|
|
* | Edward Loper's cool and massive refactoring of doctest.py, merged from | Tim Peters | 2004-08-04 | 1 | -2/+1002 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-18 | 1 | -1/+1 |
|
|
* | Teach regrtest how to pass on doctest failure msgs. This is done via a | Tim Peters | 2001-09-09 | 1 | -3/+2 |
|
|
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 1 | -1/+2 |
|
|
* | Add std test for doctest. | Tim Peters | 2001-02-10 | 1 | -0/+2 |
|
|