We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lib/idlelib/idle_test/__init__.py
1 parent 115a04b commit 790cdaeCopy full SHA for 790cdae
Lib/idlelib/idle_test/__init__.py
@@ -20,8 +20,4 @@ def load_tests(loader, standard_tests, pattern):
20
pattern='test_*.py', # Insert here.
21
top_level_dir=top_dir)
22
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)
27
return standard_tests
0 commit comments