[Python-checkins] test_threaded_import: Fix unittest.main spelling (GH-93114)

miss-islington webhook-mailer at python.org
Wed May 25 04:18:06 EDT 2022


https://github.com/python/cpython/commit/02d35fc4ef8a718e74ab97402b6d8371b69d3635
commit: 02d35fc4ef8a718e74ab97402b6d8371b69d3635
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-25T01:17:57-07:00
summary:

test_threaded_import: Fix unittest.main spelling (GH-93114)

(cherry picked from commit 19710145b496b5e5341630d80be9c400aa792bd1)

Co-authored-by: Florian Bruhin <me at the-compiler.org>

files:
M Lib/test/test_importlib/test_threaded_import.py

diff --git a/Lib/test/test_importlib/test_threaded_import.py b/Lib/test/test_importlib/test_threaded_import.py
index 76b028eac97bf..d37eb2914f2c7 100644
--- a/Lib/test/test_importlib/test_threaded_import.py
+++ b/Lib/test/test_importlib/test_threaded_import.py
@@ -270,4 +270,4 @@ def setUpModule():
 
 
 if __name__ == "__main__":
-    unittets.main()
+    unittest.main()



More information about the Python-checkins mailing list