Lib/idlelib/idle_test/__init__.py: remove commented out duplicate code (#140259)

This commit is contained in:
Stan Ulbrych 2025-10-19 05:16:13 +01:00 committed by GitHub
parent 115a04b802
commit 790cdae5a0
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