• Victor Stinner's avatar
    test_os: remove now useless TemporaryFileTests testcase · bef7fdfc
    Victor Stinner yazdı
    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).
    bef7fdfc
test_os.py 45 KB