| Commit message (Expand) | Author | Age | Files | Lines |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 1 | -126/+0 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -58/+58 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -1/+1 |
|
|
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -7/+7 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+1 |
|
|
* | Merged revisions 59077-59104 via svnmerge from | Guido van Rossum | 2007-11-22 | 1 | -2/+18 |
|
|
* | Add REPORT_NDIFF option to o test that was hard to debug recently. | Guido van Rossum | 2007-09-08 | 1 | -0/+1 |
|
|
* | Fix doctest failure introduced by r57949. | Guido van Rossum | 2007-09-05 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -6/+6 |
|
|
* | Remove unnecessary import | Neal Norwitz | 2007-08-11 | 1 | -1/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | Fix test_doctest: drop u prefixes; explicitly declare | Martin v. Löwis | 2007-07-20 | 1 | -12/+12 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -32/+32 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -5/+5 |
|
|
* | Fix the remaining doctest failures. | Guido van Rossum | 2007-02-09 | 1 | -6/+10 |
|
|
* | Redue the failure rate to 13 tests. Bah. | Guido van Rossum | 2007-02-09 | 1 | -135/+135 |
|
|
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -43/+43 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
|
|
* | Inspired by SF patch #860326, make the exception formatting by | Guido van Rossum | 2006-08-26 | 1 | -1/+1 |
|
|
* | Remove usage of backticks. | Brett Cannon | 2006-08-25 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -7/+0 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -48/+9 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -6/+48 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+39 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -23/+23 |
|
|
* | Get doctest to pass. The problem was int/int -> float now. There | Neal Norwitz | 2006-03-22 | 1 | -11/+11 |
|
|
* | 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 |
|
|