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

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


https://github.com/python/cpython/commit/2ea3d3b847a607c536f6d5714328cb54733eeca0
commit: 2ea3d3b847a607c536f6d5714328cb54733eeca0
branch: 3.11
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:22:21-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 cc1d804f35f91..9aeeb5e686e93 100644
--- a/Lib/test/test_importlib/test_threaded_import.py
+++ b/Lib/test/test_importlib/test_threaded_import.py
@@ -272,4 +272,4 @@ def setUpModule():
 
 
 if __name__ == "__main__":
-    unittets.main()
+    unittest.main()



More information about the Python-checkins mailing list