Skip to content

Commit b13d753

Browse files
StanFromIrelandmiss-islington
authored andcommitted
Lib/idlelib/idle_test/__init__.py: remove commented out duplicate code (pythonGH-140259)
(cherry picked from commit 790cdae) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 26ea181 commit b13d753

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)