mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
(merge 3.2) test_os: add TemporaryFileTests to the testcase list
The testcase was never executed, it's now fixed.
This commit is contained in:
commit
4497445b3f
1 changed files with 1 additions and 0 deletions
|
|
@ -1632,6 +1632,7 @@ def test_main():
|
||||||
LinkTests,
|
LinkTests,
|
||||||
TestSendfile,
|
TestSendfile,
|
||||||
ProgramPriorityTests,
|
ProgramPriorityTests,
|
||||||
|
TemporaryFileTests,
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue