Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When Tim untabified this file, his editor accidentally assumed 4-space | Guido van Rossum | 2001-05-23 | 1 | -4/+4 |
| | | | | | tabs. The title was centered using 8-byte tabs, however, and the result looked strange. Fixed this. | ||||
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 1 | -27/+97 |
| | | | | | | Change test_doctest and test_difflib to pass regrtest's notion of verbosity on to doctest. Add explanation for a dozen "new" things to test/README. | ||||
* | Update to reflect recent changes to regrtest and the new approaches to | Fred Drake | 2001-05-23 | 1 | -7/+55 |
| | | | | testing using doctest and PyUnit. | ||||
* | Added note saying to use test_support.TESTFN for a temporary filename, | Fred Drake | 2000-10-23 | 1 | -0/+5 |
| | | | | and be clear that you need to clean it up when done. | ||||
* | Rehabilitate autotest.py. | Tim Peters | 2000-08-23 | 1 | -0/+36 |
| | | | | | In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources. | ||||
* | 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 |
| | | | | | to signify a test that should be marked as 'skipped' rather than 'failed'. Also 'document' it, in README. | ||||
* | 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 |