mirror of
https://github.com/python/cpython.git
synced 2025-10-19 07:53:46 +00:00
Lib/idlelib/idle_test/__init__.py
: remove commented out duplicate code (#140259)
This commit is contained in:
parent
115a04b802
commit
790cdae5a0
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue