diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-01 02:56:15 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-01 02:56:15 +0200 |
| commit | 98b3722bf75f4623953bebe90be2ee57a26cffa2 (patch) | |
| tree | bfa89760c12635781d74a09ed4b0966b5c77246a /Lib | |
| parent | 71cbafbda124585b3dad1485659b32241be0038b (diff) | |
| download | cpython-git-98b3722bf75f4623953bebe90be2ee57a26cffa2.tar.gz | |
test_os: add TemporaryFileTests to the testcase list
The testcase was never executed, it's now fixed.
Diffstat (limited to 'Lib')
| -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 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__": |
