| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a small bug. doctest didn't handle unicode docstrings containing | ![](//www.gravatar.com/avatar/caacb731f9d4a5850385428ee0a5f954?s=13&d=retro) Jim Fulton | 2004-10-13 | 1 | -1/+3 |
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-28 | 1 | -79/+1 |
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-28 | 1 | -1/+79 |
* | - Added a "parser" option to testfile() and DocFileTest(). | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-27 | 1 | -5/+12 |
* | Removed debug_script from the public API: no docs, not public. I'm in | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-26 | 1 | -1/+0 |
* | Add set_unittest_reportflags() to the public API. Docs will follow | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-26 | 1 | -0/+1 |
* | Removed two undocumented unittest support classes, and one undocumented | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-26 | 1 | -3/+0 |
* | Removed most of the module docstring. There's too much to explain now, | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-25 | 1 | -124/+2 |
* | - Minor docstring fixes. | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-21 | 1 | -15/+9 |
* | Whitespace normalization. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-20 | 1 | -4/+4 |
* | - Added "testfile" function, a simple function for running & verifying | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-19 | 1 | -37/+183 |
* | In DocFileTest: | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-18 | 1 | -3/+20 |
* | exclude_empty: make the default True for DocTestFinder, and introduce it | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-13 | 1 | -7/+7 |
* | Added new parameter exclude_empty to DocTestFinder.__init__, which | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-09-13 | 1 | -8/+14 |
* | DocTestFinder._find(): for tests derived from a module __test__ global, | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-13 | 1 | -1/+1 |
* | Reluctantly, rehabilitate doctest.master. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-13 | 1 | -9/+26 |
* | Tester.run___test__(): This couldn't possibly work at all. I'm afraid | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-12 | 1 | -1/+1 |
* | Tester.__init__(): this couldn't possibly work when a module argument | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-12 | 1 | -1/+1 |
* | Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-04 | 1 | -32/+47 |
* | Added a couple names to __all__. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-04 | 1 | -0/+2 |
* | The distinction between comparison flags and reporting flags isn't unique | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-30 | 1 | -28/+19 |
* | Whitespace normalization. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-29 | 1 | -8/+8 |
* | - setUp and tearDown functions are now passed the test object | ![](//www.gravatar.com/avatar/caacb731f9d4a5850385428ee0a5f954?s=13&d=retro) Jim Fulton | 2004-08-28 | 1 | -17/+124 |
* | Remove unused method _OutputRedirectingPdb.resume | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-27 | 1 | -3/+0 |
* | - Removed redundant call to expandtabs in DocTestParesr. | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-27 | 1 | -16/+61 |
* | - Added DocTestParser.parse(), which parses a docstring into Examples | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -143/+80 |
* | output_difference(): In fancy-diff cases, the way this split expected & | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-26 | 1 | -2/+2 |
* | _do_a_fancy_diff(): Pay no attention to the ellipses behind the curtain. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-26 | 1 | -7/+11 |
* | Changed OutputChecker.output_difference to expect an Example object, | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -6/+6 |
* | Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -10/+22 |
* | Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -16/+16 |
* | Shortened diff output for unified & context diffs | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -6/+6 |
* | - Changed the output of report_start() and report_unexpected_exception() | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -36/+24 |
* | Added an "exc_msg" attribute to Example (containing the expected | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-26 | 1 | -43/+62 |
* | Only recognize the expected output as an exception if it *starts* with | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-25 | 1 | -12/+8 |
* | The attempt to shut up deprecation warnings for doctest's own use of | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-23 | 1 | -2/+5 |
* | Moved some test cases from doctest to test_doctest. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-23 | 1 | -116/+0 |
* | Misc cleanups. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-23 | 1 | -28/+26 |
* | debug_script(): I changed this in haste before to take out the use of | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-23 | 1 | -15/+22 |
* | Start deferring to the LaTeX docs for details. I'd like to move the | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-22 | 1 | -29/+3 |
* | Added NDIFF_DIFF option. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-22 | 1 | -6/+28 |
* | Type in docstring. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-22 | 1 | -1/+1 |
* | _parse_example(): Simplified new code to preserve trailing spaces before | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-22 | 1 | -12/+8 |
* | Bugs fixed: | ![](//www.gravatar.com/avatar/caacb731f9d4a5850385428ee0a5f954?s=13&d=retro) Jim Fulton | 2004-08-22 | 1 | -24/+45 |
* | _ellipsis_match(): Removed special-casing of "...\n". The semantics | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-22 | 1 | -4/+0 |
* | Gave _ellipsis_match() an attractive new leading underscore. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-20 | 1 | -4/+4 |
* | Got rid of nooutput() (was used by DocTestCase.debug()) | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-19 | 1 | -5/+1 |
* | Updated __all__ to include every non-underscored class, function, and | ![](//www.gravatar.com/avatar/3a8609632c63af5d97031a6f86d83489?s=13&d=retro) Edward Loper | 2004-08-19 | 1 | -2/+30 |
* | ellipsis_match(): Changed treatment of start- and end-of-string exact | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-19 | 1 | -25/+35 |
* | Replaced the ELLIPSIS implementation with a worst-case linear-time one. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-19 | 1 | -15/+46 |