mirror of
https://github.com/python/cpython.git
synced 2026-06-17 16:40:43 -04:00
test_os: add TemporaryFileTests to the testcase list
The testcase was never executed, it's now fixed.
This commit is contained in:
@@ -1344,6 +1344,7 @@ def test_main():
|
||||
PidTests,
|
||||
LoginTests,
|
||||
LinkTests,
|
||||
TemporaryFileTests,
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user