PATH: //proc/thread-self/root/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: test_pathbrowser.py
import unittest import idlelib.PathBrowser as PathBrowser class PathBrowserTest(unittest.TestCase): def test_DirBrowserTreeItem(self): # Issue16226 - make sure that getting a sublist works d = PathBrowser.DirBrowserTreeItem('') d.GetSubList() if __name__ == '__main__': unittest.main(verbosity=2, exit=False)
SIMPAN PERUBAHAN