| Commit message (Expand) | Author | Age | Files | Lines |
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -19/+19 |
|
|
* | #6227: Because of a wrong indentation, the test was not testing what it should. | Amaury Forgeot d'Arc | 2009-06-14 | 1 | -0/+2 |
|
|
* | Fix several issues relating to access to source code inside zipfiles. Initial... | Nick Coghlan | 2008-12-14 | 1 | -1/+4 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Doctest results return a named tuple for readability | Raymond Hettinger | 2008-01-11 | 1 | -58/+58 |
|
|
* | Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. | Georg Brandl | 2008-01-05 | 1 | -1/+1 |
|
|
* | Replaced import of the 'new' module with 'types' module and added a deprecati... | Christian Heimes | 2007-11-27 | 1 | -7/+7 |
|
|
* | Fix a bug in the test for using __loader__.get_data(). | Brett Cannon | 2007-11-23 | 1 | -0/+1 |
|
|
* | Add a missing check before deleting a package's __loader__. | Brett Cannon | 2007-11-21 | 1 | -1/+2 |
|
|
* | doctest assumed that a package's __loader__.get_data() method used universal | Brett Cannon | 2007-11-21 | 1 | -0/+17 |
|
|
* | Remove a unneeded line that had typos. | Brett Cannon | 2007-11-21 | 1 | -2/+0 |
|
|
* | Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally | Tim Peters | 2006-07-27 | 1 | -7/+0 |
|
|
* | Remove doctest.testmod's deprecated (in 2.4) `isprivate` | Tim Peters | 2006-06-05 | 1 | -48/+9 |
|
|
* | Patch #1080727: add "encoding" parameter to doctest.DocFileSuite | George Yoshida | 2006-05-28 | 1 | -6/+48 |
|
|
* | Variant of patch #1478292. doctest.register_optionflag(name) | Tim Peters | 2006-05-10 | 1 | -0/+20 |
|
|
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 1 | -0/+19 |
|
|
* | Part of bug 1459808: fiddle so that this passes | Tim Peters | 2006-03-28 | 1 | -12/+12 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -6/+6 |
|
|
* | Fix test cases for doctest. | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
|
|
* | add __file__ to the globals available for tests loaded via DocFileSuite; | Fred Drake | 2004-12-21 | 1 | -0/+8 |
|
|
* | test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton | Tim Peters | 2004-11-08 | 1 | -3/+90 |
|
|
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | Edward Loper | 2004-09-28 | 1 | -101/+0 |
|
|
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | Edward Loper | 2004-09-28 | 1 | -0/+101 |
|
|
* | - Changed SampleClass docstrings to test docstring parsing a little | Edward Loper | 2004-09-21 | 1 | -7/+18 |
|
|
* | - Added "testfile" function, a simple function for running & verifying | Edward Loper | 2004-09-19 | 1 | -3/+132 |
|
|
* | In DocFileTest: | Edward Loper | 2004-09-18 | 1 | -3/+26 |
|
|
* | exclude_empty: make the default True for DocTestFinder, and introduce it | Tim Peters | 2004-09-13 | 1 | -7/+20 |
|
|
* | Added new parameter exclude_empty to DocTestFinder.__init__, which | Edward Loper | 2004-09-13 | 1 | -4/+20 |
|
|
* | DocTestFinder._find(): for tests derived from a module __test__ global, | Tim Peters | 2004-09-13 | 1 | -2/+2 |
|
|
* | Recover from inspect.getmodule() changes. It returns a module for | Tim Peters | 2004-09-11 | 1 | -25/+42 |
|
|
* | Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained | Tim Peters | 2004-09-04 | 1 | -0/+37 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-29 | 1 | -2/+2 |
|
|
* | - setUp and tearDown functions are now passed the test object | Jim Fulton | 2004-08-28 | 1 | -5/+111 |
|
|
* | Removed outdated comment | Edward Loper | 2004-08-27 | 1 | -2/+0 |
|
|
* | - Removed redundant call to expandtabs in DocTestParesr. | Edward Loper | 2004-08-27 | 1 | -51/+114 |
|
|
* | - 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 |
|
|