summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 00:56:15 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 00:56:15 (GMT)
commit98b3722bf75f4623953bebe90be2ee57a26cffa2 (patch)
treebfa89760c12635781d74a09ed4b0966b5c77246a /Lib/test/test_os.py
parent71cbafbda124585b3dad1485659b32241be0038b (diff)
downloadcpython-98b3722bf75f4623953bebe90be2ee57a26cffa2.zip
cpython-98b3722bf75f4623953bebe90be2ee57a26cffa2.tar.gz
cpython-98b3722bf75f4623953bebe90be2ee57a26cffa2.tar.bz2
test_os: add TemporaryFileTests to the testcase list
The testcase was never executed, it's now fixed.
Diffstat (limited to 'Lib/test/test_os.py')
-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 af02939..0866593 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__":