| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert test_global, test_scope and test_grammar to unittest. | Georg Brandl | 2006-10-28 | 1 | -2/+2 |
|
|
* | Flesh out test_support docs. | Brett Cannon | 2003-04-30 | 1 | -3/+19 |
|
|
* | Fix typos. | Walter Dörwald | 2003-02-03 | 1 | -2/+2 |
|
|
* | SF #641170, reST version of Lib/test/README | Neal Norwitz | 2002-11-27 | 1 | -89/+99 |
|
|
* | Document that docstrings are verboten for test functions. | Guido van Rossum | 2002-08-22 | 1 | -6/+34 |
|
|
* | A few updates about how/where to import test_support from. | Barry Warsaw | 2002-07-23 | 1 | -4/+5 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -26/+12 |
|
|
* | Rewrote the PyUnit description so that it now recommends to use | Barry Warsaw | 2002-04-23 | 1 | -6/+16 |
|
|
* | Reflect recent refinements of the regression testing framework. | Fred Drake | 2001-09-28 | 1 | -9/+33 |
|
|
* | Repair late-night doc typos. | Tim Peters | 2001-09-10 | 1 | -1/+1 |
|
|
* | Teach regrtest how to pass on doctest failure msgs. This is done via a | Tim Peters | 2001-09-09 | 1 | -5/+23 |
|
|
* | When Tim untabified this file, his editor accidentally assumed 4-space | Guido van Rossum | 2001-05-23 | 1 | -4/+4 |
|
|
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 1 | -27/+97 |
|
|
* | Update to reflect recent changes to regrtest and the new approaches to | Fred Drake | 2001-05-23 | 1 | -7/+55 |
|
|
* | Added note saying to use test_support.TESTFN for a temporary filename, | Fred Drake | 2000-10-23 | 1 | -0/+5 |
|
|
* | Rehabilitate autotest.py. | Tim Peters | 2000-08-23 | 1 | -0/+36 |
|
|
* | Add TestSkipped as another interesting item defined by test_support. | Fred Drake | 2000-08-21 | 1 | -0/+4 |
|
|
* | Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' | Thomas Wouters | 2000-08-04 | 1 | -1/+2 |
|
|
* | restructured a bit and added some more content... | Skip Montanaro | 2000-07-19 | 1 | -53/+142 |
|
|
* | Describe a bit about writing test cases for Python... | Skip Montanaro | 2000-06-30 | 1 | -0/+77 |
|
|