[3.14] Lib/idlelib/idle_test/__init__.py: remove commented out duplicate code (GH-140259) (#140322)

`Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (GH-140259)
(cherry picked from commit 790cdae5a0)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-10-19 10:49:48 +02:00 committed by GitHub
parent a4b977cfe2
commit 69d263cfe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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