]> granicus.if.org Git - python/commitdiff
test_os: add TemporaryFileTests to the testcase list
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 00:56:15 +0000 (02:56 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 00:56:15 +0000 (02:56 +0200)
The testcase was never executed, it's now fixed.

Lib/test/test_os.py

index af02939ff02ec46c63d06e0e1d0b36660160c511..0866593f07789bbf75068cb242892fd7b820ea5c 100644 (file)
@@ -1344,6 +1344,7 @@ def test_main():
         PidTests,
         LoginTests,
         LinkTests,
+        TemporaryFileTests,
     )
 
 if __name__ == "__main__":