PATH:
opt
/
alt
/
python33
/
lib64
/
python3.3
/
idlelib
/
idle_test
from os.path import dirname def load_tests(loader, standard_tests, pattern): this_dir = dirname(__file__) top_dir = dirname(dirname(this_dir)) package_tests = loader.discover(start_dir=this_dir, pattern='test*.py', top_level_dir=top_dir) standard_tests.addTests(package_tests) return standard_tests
[+]
__pycache__
[-] __init__.py
[edit]
[-] test_delegator.py
[edit]
[-] test_grep.py
[edit]
[-] test_searchengine.py
[edit]
[-] mock_idle.py
[edit]
[-] test_calltips.py
[edit]
[-] test_config_name.py
[edit]
[-] test_rstrip.py
[edit]
[-] test_text.py
[edit]
[+]
..
[-] README.txt
[edit]
[-] test_idlehistory.py
[edit]
[-] test_warning.py
[edit]
[-] test_pathbrowser.py
[edit]
[-] test_formatparagraph.py
[edit]
[-] mock_tk.py
[edit]