PATH: //opt/alt/python33/lib64/python3.3/idlelib/idle_test
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 README.txt
↓
X
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 mock_idle.py
↓
X
📄 mock_tk.py
↓
X
📄 test_calltips.py
↓
X
📄 test_config_name.py
↓
X
📄 test_delegator.py
↓
X
📄 test_formatparagraph.py
↓
X
📄 test_grep.py
↓
X
📄 test_idlehistory.py
↓
X
📄 test_pathbrowser.py
↓
X
📄 test_rstrip.py
↓
X
📄 test_searchengine.py
↓
X
📄 test_text.py
↓
X
📄 test_warning.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.py
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
SIMPAN PERUBAHAN