summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 02:57:33 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-01 02:57:33 +0200
commit4497445b3fd6d246f47e92ce5118ceb76e8b2ab2 (patch)
tree1084d745f0d0adc6239598ced300cce7dc4eb840
parentbf816223dfe8f1d36a020b4bc02060b8d1ce7d26 (diff)
parent98b3722bf75f4623953bebe90be2ee57a26cffa2 (diff)
downloadcpython-git-4497445b3fd6d246f47e92ce5118ceb76e8b2ab2.tar.gz
(merge 3.2) 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 5f39f64340..98a21298fd 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__":