cpython: 00a874ad4fc9 (original) (raw)

Mercurial > cpython

changeset 71104:00a874ad4fc9 3.2

test_os: add TemporaryFileTests to the testcase list The testcase was never executed, it's now fixed.

Victor Stinner victor.stinner@haypocalc.com
date Fri, 01 Jul 2011 02:56:15 +0200
parents 7c60c1b41da9
children 588fe0fc7160 316764e64b0a
files Lib/test/test_os.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_os.py 1

line wrap: on

line diff

--- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -1344,6 +1344,7 @@ def test_main(): PidTests, LoginTests, LinkTests,