]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Oct 2025 08:49:57 +0000 (10:49 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Oct 2025 08:49:57 +0000 (04:49 -0400)
`Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (GH-140259)
(cherry picked from commit 790cdae5a0295586a55f00a57ed24a86b83928dc)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/idlelib/idle_test/__init__.py

index 79b5d102dd7da5e0d07795c56fe28b5b70139442..8eed2699c4121119eec4e38d7b19e6a360404f70 100644 (file)
@@ -20,8 +20,4 @@ def load_tests(loader, standard_tests, pattern):
                                     pattern='test_*.py',  # Insert here.
                                     top_level_dir=top_dir)
     standard_tests.addTests(module_tests)
-##    module_tests = loader.discover(start_dir=this_dir,
-##                                    pattern='test_*.py',  # Insert here.
-##                                    top_level_dir=top_dir)
-##    standard_tests.addTests(module_tests)
     return standard_tests