Neal Norwitz
b1295da59e
There is no TestError, use TestFailed appropriately
2002-04-01 18:59:20 +00:00
Neal Norwitz
62f5a9d6c2
Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.
...
Add test for file.readinto().
2002-04-01 00:09:00 +00:00
Neal Norwitz
653d85fc86
SF Patch #494867 test file methods
...
Test that the file methods raise ValueError when called on a closed file.
Test .isatty()
Test name, closed attributes
2002-01-01 19:11:13 +00:00
Jeremy Hylton
734c7fb131
Fiddle with new test cases -- verify that we get a sensible error
...
message for bad mode argument -- so that it doesn't fail on Windows.
It's hack. We know that errno is set to 0 in this case on Windows, so
check for that specifically.
2001-11-09 19:34:43 +00:00
Jeremy Hylton
41c8321252
Fix SF buf #476953 : Bad more for opening file gives bad msg.
...
If fopen() fails with EINVAL it means that the mode argument is
invalid. Return the mode in the error message instead of the
filename.
2001-11-09 16:17:24 +00:00
Marc-André Lemburg
3661908a6a
This patch removes all uses of "assert" in the regression test suite
...
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.
2001-01-17 19:11:13 +00:00
Fred Drake
2ec80faae5
Clean up the temporary file when done with it.
2000-10-23 16:59:35 +00:00
Marc-André Lemburg
fa44d794bd
New test suite for file objects by Jeremy Hilton. This will need
...
to be extended somewhat -- right now it only tests the .writelines()
method.
2000-08-25 22:37:31 +00:00