summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 02:56:15 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 02:56:15 +0200
commit98b3722bf75f4623953bebe90be2ee57a26cffa2 (patch)
treebfa89760c12635781d74a09ed4b0966b5c77246a
parent71cbafbda124585b3dad1485659b32241be0038b (diff)
downloadcpython-git-98b3722bf75f4623953bebe90be2ee57a26cffa2.tar.gz
test_os: add TemporaryFileTests to the testcase list
The testcase was never executed, it's now fixed.
-rw-r--r--Lib/test/test_os.py1
1 files changed, 1 insertions, 0 deletions
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__":