mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Lib/idlelib/idle_test/__init__.py: remove commented out duplicate code (GH-140259) (#140322)
`Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (GH-140259)
(cherry picked from commit 790cdae5a0)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
a4b977cfe2
commit
69d263cfe1
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