summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 00:57:33 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 00:57:33 (GMT)
commit4497445b3fd6d246f47e92ce5118ceb76e8b2ab2 (patch)
tree1084d745f0d0adc6239598ced300cce7dc4eb840 /Lib/test/test_os.py
parentbf816223dfe8f1d36a020b4bc02060b8d1ce7d26 (diff)
parent98b3722bf75f4623953bebe90be2ee57a26cffa2 (diff)
downloadcpython-4497445b3fd6d246f47e92ce5118ceb76e8b2ab2.zip
cpython-4497445b3fd6d246f47e92ce5118ceb76e8b2ab2.tar.gz
cpython-4497445b3fd6d246f47e92ce5118ceb76e8b2ab2.tar.bz2
(merge 3.2) 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 5f39f64..98a2129 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -1632,6 +1632,7 @@ def test_main():
LinkTests,
TestSendfile,
ProgramPriorityTests,
+ TemporaryFileTests,
)
if __name__ == "__main__":