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
Commit
  • Loading branch information
StanFromIreland committed Oct 17, 2025
commit 42021ae0bac648a730157725af1ee9fbd2f9540b
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