Skip to content

Commit 790cdae

Browse files
Lib/idlelib/idle_test/__init__.py: remove commented out duplicate code (#140259)
1 parent 115a04b commit 790cdae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/idlelib/idle_test/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ def load_tests(loader, standard_tests, pattern):
2020
pattern='test_*.py', # Insert here.
2121
top_level_dir=top_dir)
2222
standard_tests.addTests(module_tests)
23-
## module_tests = loader.discover(start_dir=this_dir,
24-
## pattern='test_*.py', # Insert here.
25-
## top_level_dir=top_dir)
26-
## standard_tests.addTests(module_tests)
2723
return standard_tests

0 commit comments

Comments
 (0)