diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-01 02:57:33 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-01 02:57:33 +0200 |
commit | 4497445b3fd6d246f47e92ce5118ceb76e8b2ab2 (patch) | |
tree | 1084d745f0d0adc6239598ced300cce7dc4eb840 | |
parent | bf816223dfe8f1d36a020b4bc02060b8d1ce7d26 (diff) | |
parent | 98b3722bf75f4623953bebe90be2ee57a26cffa2 (diff) | |
download | cpython-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.py | 1 |
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__": |