Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Lib/idlelib/idle_test/__init__.py: remove commented out duplicate c…
…ode (GH-140259)

(cherry picked from commit 790cdae)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
  • Loading branch information
StanFromIreland authored and miss-islington committed Oct 19, 2025
commit d8577585384501f5f1026be0fee04a4842f13cab
4 changes: 0 additions & 4 deletions Lib/idlelib/idle_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading