[Python-checkins] cpython (3.2): test_os: add TemporaryFileTests to the testcase list

victor.stinner python-checkins at python.org
Fri Jul 1 03:06:32 CEST 2011


http://hg.python.org/cpython/rev/00a874ad4fc9
changeset:   71104:00a874ad4fc9
branch:      3.2
parent:      71101:7c60c1b41da9
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Fri Jul 01 02:56:15 2011 +0200
summary:
  test_os: add TemporaryFileTests to the testcase list

The testcase was never executed, it's now fixed.

files:
  Lib/test/test_os.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -1344,6 +1344,7 @@
         PidTests,
         LoginTests,
         LinkTests,
+        TemporaryFileTests,
     )
 
 if __name__ == "__main__":

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list