summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_file.py
Commit message (Collapse)AuthorAgeFilesLines
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-2/+2
| | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
* Clean up the temporary file when done with it.Fred Drake2000-10-231-0/+4
|
* New test suite for file objects by Jeremy Hilton. This will needMarc-André Lemburg2000-08-251-0/+45
to be extended somewhat -- right now it only tests the .writelines() method.