Kaydet (Commit) 98b3722b authored tarafından Victor Stinner's avatar Victor Stinner

test_os: add TemporaryFileTests to the testcase list

The testcase was never executed, it's now fixed.
üst 71cbafbd
...@@ -1344,6 +1344,7 @@ def test_main(): ...@@ -1344,6 +1344,7 @@ def test_main():
PidTests, PidTests,
LoginTests, LoginTests,
LinkTests, LinkTests,
TemporaryFileTests,
) )
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment