]> granicus.if.org Git - python/commit
test_os: remove now useless TemporaryFileTests testcase
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 11:45:30 +0000 (13:45 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 11:45:30 +0000 (13:45 +0200)
commitbef7fdfc0448f2c1b6a7141898fddbe6d2d562f6
tree8940679d8a7d14c55430c0063239eba3d379d0b1
parentd57c5c8a3adc7ec3cd0b41b5f7a1a1f72eeec70e
test_os: remove now useless TemporaryFileTests testcase

TemporaryFileTests has tests for os.tempnam() and os.tmpfile(), functions
removed from Python 3.

Move fdopen() tests to the FileTests testcase to test fdopen() on a file
descriptor, not on a directory descriptor (which raises an error on Windows).
Lib/test/test_os.py