AlkantarClanX12

Your IP : 18.221.183.34


Current Path : /proc/thread-self/root/opt/alt/python33/lib64/python3.3/idlelib/idle_test/
Upload File :
Current File : //proc/thread-self/root/opt/alt/python33/lib64/python3.3/idlelib/idle_test/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)