commit | 98b3722bf75f4623953bebe90be2ee57a26cffa2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jul 01 02:56:15 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jul 01 02:56:15 2011 +0200 |
tree | bfa89760c12635781d74a09ed4b0966b5c77246a | |
parent | 71cbafbda124585b3dad1485659b32241be0038b [diff] [blame] |
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 af02939..0866593 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py
@@ -1344,6 +1344,7 @@ PidTests, LoginTests, LinkTests, + TemporaryFileTests, ) if __name__ == "__main__":