summaryrefslogtreecommitdiff
path: root/Lib/test/README
Commit message (Expand)AuthorAgeFilesLines
* Flesh out test_support docs.Brett Cannon2003-04-301-3/+19
* Fix typos.Walter Dörwald2003-02-031-2/+2
* SF #641170, reST version of Lib/test/READMENeal Norwitz2002-11-271-89/+99
* Document that docstrings are verboten for test functions.Guido van Rossum2002-08-221-6/+34
* A few updates about how/where to import test_support from.Barry Warsaw2002-07-231-4/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-26/+12
* Rewrote the PyUnit description so that it now recommends to useBarry Warsaw2002-04-231-6/+16
* Reflect recent refinements of the regression testing framework.Fred Drake2001-09-281-9/+33
* Repair late-night doc typos.Tim Peters2001-09-101-1/+1
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-5/+23
* When Tim untabified this file, his editor accidentally assumed 4-spaceGuido van Rossum2001-05-231-4/+4
* Remove test_doctest's expected-output file.Tim Peters2001-05-231-27/+97
* Update to reflect recent changes to regrtest and the new approaches toFred Drake2001-05-231-7/+55
* Added note saying to use test_support.TESTFN for a temporary filename,Fred Drake2000-10-231-0/+5
* Rehabilitate autotest.py.Tim Peters2000-08-231-0/+36
* Add TestSkipped as another interesting item defined by test_support.Fred Drake2000-08-211-0/+4
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-1/+2
* restructured a bit and added some more content...Skip Montanaro2000-07-191-53/+142
* Describe a bit about writing test cases for Python...Skip Montanaro2000-06-301-0/+77