From: Victor Stinner Date: Fri, 1 Jul 2011 00:56:15 +0000 (+0200) Subject: test_os: add TemporaryFileTests to the testcase list X-Git-Tag: v3.2.2rc1~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98b3722bf75f4623953bebe90be2ee57a26cffa2;p=python test_os: add TemporaryFileTests to the testcase list The testcase was never executed, it's now fixed. --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index af02939ff0..0866593f07 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -1344,6 +1344,7 @@ def test_main(): PidTests, LoginTests, LinkTests, + TemporaryFileTests, ) if __name__ == "__main__":