`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>
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