SILENT KILLERPanel

Current Path: > > opt > alt > python36 > > lib64 > python3.6 > idlelib > idle_test


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python36//lib64/python3.6/idlelib/idle_test

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
README.txt File 8729 bytes September 04 2021 03:49:41.
__init__.py File 712 bytes April 17 2024 17:19:35.
htest.py File 13997 bytes April 17 2024 17:19:35.
mock_idle.py File 1870 bytes April 17 2024 17:19:35.
mock_tk.py File 11627 bytes April 17 2024 17:19:35.
template.py File 642 bytes April 17 2024 17:19:35.
test_autocomplete.py File 5107 bytes April 17 2024 17:19:35.
test_autocomplete_w.py File 709 bytes April 17 2024 17:19:35.
test_autoexpand.py File 4640 bytes April 17 2024 17:19:35.
test_browser.py File 7986 bytes April 17 2024 17:19:35.
test_calltip.py File 7785 bytes April 17 2024 17:19:35.
test_calltip_w.py File 686 bytes April 17 2024 17:19:35.
test_codecontext.py File 14494 bytes April 17 2024 17:19:35.
test_colorizer.py File 1058 bytes April 17 2024 17:19:35.
test_config.py File 32805 bytes April 17 2024 17:19:35.
test_config_key.py File 3700 bytes April 17 2024 17:19:35.
test_configdialog.py File 49767 bytes April 17 2024 17:19:35.
test_debugger.py File 571 bytes April 17 2024 17:19:35.
test_debugger_r.py File 631 bytes April 17 2024 17:19:35.
test_debugobj.py File 1561 bytes April 17 2024 17:19:35.
test_debugobj_r.py File 545 bytes April 17 2024 17:19:35.
test_delegator.py File 1567 bytes April 17 2024 17:19:35.
test_editmenu.py File 2564 bytes April 17 2024 17:19:35.
test_editor.py File 1141 bytes April 17 2024 17:19:35.
test_filelist.py File 795 bytes April 17 2024 17:19:35.
test_grep.py File 2660 bytes April 17 2024 17:19:35.
test_help.py File 849 bytes April 17 2024 17:19:35.
test_help_about.py File 5821 bytes April 17 2024 17:19:35.
test_history.py File 5517 bytes April 17 2024 17:19:35.
test_hyperparser.py File 9080 bytes April 17 2024 17:19:35.
test_iomenu.py File 870 bytes April 17 2024 17:19:35.
test_macosx.py File 3309 bytes April 17 2024 17:19:35.
test_mainmenu.py File 594 bytes April 17 2024 17:19:35.
test_multicall.py File 1042 bytes April 17 2024 17:19:35.
test_outwin.py File 5545 bytes April 17 2024 17:19:35.
test_paragraph.py File 14352 bytes April 17 2024 17:19:35.
test_parenmatch.py File 3512 bytes April 17 2024 17:19:35.
test_pathbrowser.py File 2422 bytes April 17 2024 17:19:35.
test_percolator.py File 4065 bytes April 17 2024 17:19:35.
test_pyparse.py File 18588 bytes April 17 2024 17:19:35.
test_pyshell.py File 1307 bytes April 17 2024 17:19:35.
test_query.py File 11768 bytes April 17 2024 17:19:35.
test_redirector.py File 4176 bytes April 17 2024 17:19:35.
test_replace.py File 8305 bytes April 17 2024 17:19:35.
test_rpc.py File 805 bytes April 17 2024 17:19:35.
test_rstrip.py File 1605 bytes April 17 2024 17:19:35.
test_run.py File 9414 bytes April 17 2024 17:19:35.
test_runscript.py File 777 bytes April 17 2024 17:19:35.
test_scrolledlist.py File 496 bytes April 17 2024 17:19:35.
test_search.py File 2459 bytes April 17 2024 17:19:35.
test_searchbase.py File 5479 bytes April 17 2024 17:19:35.
test_searchengine.py File 11543 bytes April 17 2024 17:19:35.
test_squeezer.py File 21861 bytes April 17 2024 17:19:35.
test_stackviewer.py File 1206 bytes April 17 2024 17:19:35.
test_statusbar.py File 1133 bytes April 17 2024 17:19:35.
test_text.py File 6978 bytes April 17 2024 17:19:35.
test_textview.py File 5634 bytes April 17 2024 17:19:35.
test_tooltip.py File 5130 bytes April 17 2024 17:19:35.
test_tree.py File 792 bytes April 17 2024 17:19:35.
test_undo.py File 4228 bytes April 17 2024 17:19:35.
test_warning.py File 2740 bytes April 17 2024 17:19:35.
test_window.py File 1075 bytes April 17 2024 17:19:35.
test_zoomheight.py File 999 bytes April 17 2024 17:19:35.

Reading File: //opt/alt/python36//lib64/python3.6/idlelib/idle_test/test_browser.py

"Test browser, coverage 90%."

from idlelib import browser
from test.support import requires
import unittest
from unittest import mock
from idlelib.idle_test.mock_idle import Func

from collections import deque
import os.path
from idlelib import _pyclbr as pyclbr
from tkinter import Tk

from idlelib.tree import TreeNode


class ModuleBrowserTest(unittest.TestCase):

    @classmethod
    def setUpClass(cls):
        requires('gui')
        cls.root = Tk()
        cls.root.withdraw()
        cls.mb = browser.ModuleBrowser(cls.root, __file__, _utest=True)

    @classmethod
    def tearDownClass(cls):
        cls.mb.close()
        cls.root.update_idletasks()
        cls.root.destroy()
        del cls.root, cls.mb

    def test_init(self):
        mb = self.mb
        eq = self.assertEqual
        eq(mb.path, __file__)
        eq(pyclbr._modules, {})
        self.assertIsInstance(mb.node, TreeNode)
        self.assertIsNotNone(browser.file_open)

    def test_settitle(self):
        mb = self.mb
        self.assertIn(os.path.basename(__file__), mb.top.title())
        self.assertEqual(mb.top.iconname(), 'Module Browser')

    def test_rootnode(self):
        mb = self.mb
        rn = mb.rootnode()
        self.assertIsInstance(rn, browser.ModuleBrowserTreeItem)

    def test_close(self):
        mb = self.mb
        mb.top.destroy = Func()
        mb.node.destroy = Func()
        mb.close()
        self.assertTrue(mb.top.destroy.called)
        self.assertTrue(mb.node.destroy.called)
        del mb.top.destroy, mb.node.destroy


# Nested tree same as in test_pyclbr.py except for supers on C0. C1.
mb = pyclbr
module, fname = 'test', 'test.py'
f0 = mb.Function(module, 'f0', fname, 1)
f1 = mb._nest_function(f0, 'f1', 2)
f2 = mb._nest_function(f1, 'f2', 3)
c1 = mb._nest_class(f0, 'c1', 5)
C0 = mb.Class(module, 'C0', ['base'], fname, 6)
F1 = mb._nest_function(C0, 'F1', 8)
C1 = mb._nest_class(C0, 'C1', 11, [''])
C2 = mb._nest_class(C1, 'C2', 12)
F3 = mb._nest_function(C2, 'F3', 14)
mock_pyclbr_tree = {'f0': f0, 'C0': C0}

# Adjust C0.name, C1.name so tests do not depend on order.
browser.transform_children(mock_pyclbr_tree, 'test')  # C0(base)
browser.transform_children(C0.children)  # C1()

# The class below checks that the calls above are correct
# and that duplicate calls have no effect.


class TransformChildrenTest(unittest.TestCase):

    def test_transform_module_children(self):
        eq = self.assertEqual
        transform = browser.transform_children
        # Parameter matches tree module.
        tcl = list(transform(mock_pyclbr_tree, 'test'))
        eq(tcl, [f0, C0])
        eq(tcl[0].name, 'f0')
        eq(tcl[1].name, 'C0(base)')
        # Check that second call does not change suffix.
        tcl = list(transform(mock_pyclbr_tree, 'test'))
        eq(tcl[1].name, 'C0(base)')
        # Nothing to traverse if parameter name isn't same as tree module.
        tcl = list(transform(mock_pyclbr_tree, 'different name'))
        eq(tcl, [])

    def test_transform_node_children(self):
        eq = self.assertEqual
        transform = browser.transform_children
        # Class with two children, one name altered.
        tcl = list(transform(C0.children))
        eq(tcl, [F1, C1])
        eq(tcl[0].name, 'F1')
        eq(tcl[1].name, 'C1()')
        tcl = list(transform(C0.children))
        eq(tcl[1].name, 'C1()')
        # Function with two children.
        eq(list(transform(f0.children)), [f1, c1])


class ModuleBrowserTreeItemTest(unittest.TestCase):

    @classmethod
    def setUpClass(cls):
        cls.mbt = browser.ModuleBrowserTreeItem(fname)

    def test_init(self):
        self.assertEqual(self.mbt.file, fname)

    def test_gettext(self):
        self.assertEqual(self.mbt.GetText(), fname)

    def test_geticonname(self):
        self.assertEqual(self.mbt.GetIconName(), 'python')

    def test_isexpandable(self):
        self.assertTrue(self.mbt.IsExpandable())

    def test_listchildren(self):
        save_rex = browser.pyclbr.readmodule_ex
        save_tc = browser.transform_children
        browser.pyclbr.readmodule_ex = Func(result=mock_pyclbr_tree)
        browser.transform_children = Func(result=[f0, C0])
        try:
            self.assertEqual(self.mbt.listchildren(), [f0, C0])
        finally:
            browser.pyclbr.readmodule_ex = save_rex
            browser.transform_children = save_tc

    def test_getsublist(self):
        mbt = self.mbt
        mbt.listchildren = Func(result=[f0, C0])
        sub0, sub1 = mbt.GetSubList()
        del mbt.listchildren
        self.assertIsInstance(sub0, browser.ChildBrowserTreeItem)
        self.assertIsInstance(sub1, browser.ChildBrowserTreeItem)
        self.assertEqual(sub0.name, 'f0')
        self.assertEqual(sub1.name, 'C0(base)')

    @mock.patch('idlelib.browser.file_open')
    def test_ondoubleclick(self, fopen):
        mbt = self.mbt

        with mock.patch('os.path.exists', return_value=False):
            mbt.OnDoubleClick()
            fopen.assert_not_called()

        with mock.patch('os.path.exists', return_value=True):
            mbt.OnDoubleClick()
            fopen.assert_called()
            fopen.called_with(fname)


class ChildBrowserTreeItemTest(unittest.TestCase):

    @classmethod
    def setUpClass(cls):
        CBT = browser.ChildBrowserTreeItem
        cls.cbt_f1 = CBT(f1)
        cls.cbt_C1 = CBT(C1)
        cls.cbt_F1 = CBT(F1)

    @classmethod
    def tearDownClass(cls):
        del cls.cbt_C1, cls.cbt_f1, cls.cbt_F1

    def test_init(self):
        eq = self.assertEqual
        eq(self.cbt_C1.name, 'C1()')
        self.assertFalse(self.cbt_C1.isfunction)
        eq(self.cbt_f1.name, 'f1')
        self.assertTrue(self.cbt_f1.isfunction)

    def test_gettext(self):
        self.assertEqual(self.cbt_C1.GetText(), 'class C1()')
        self.assertEqual(self.cbt_f1.GetText(), 'def f1(...)')

    def test_geticonname(self):
        self.assertEqual(self.cbt_C1.GetIconName(), 'folder')
        self.assertEqual(self.cbt_f1.GetIconName(), 'python')

    def test_isexpandable(self):
        self.assertTrue(self.cbt_C1.IsExpandable())
        self.assertTrue(self.cbt_f1.IsExpandable())
        self.assertFalse(self.cbt_F1.IsExpandable())

    def test_getsublist(self):
        eq = self.assertEqual
        CBT = browser.ChildBrowserTreeItem

        f1sublist = self.cbt_f1.GetSubList()
        self.assertIsInstance(f1sublist[0], CBT)
        eq(len(f1sublist), 1)
        eq(f1sublist[0].name, 'f2')

        eq(self.cbt_F1.GetSubList(), [])

    @mock.patch('idlelib.browser.file_open')
    def test_ondoubleclick(self, fopen):
        goto = fopen.return_value.gotoline = mock.Mock()
        self.cbt_F1.OnDoubleClick()
        fopen.assert_called()
        goto.assert_called()
        goto.assert_called_with(self.cbt_F1.obj.lineno)
        # Failure test would have to raise OSError or AttributeError.


class NestedChildrenTest(unittest.TestCase):
    "Test that all the nodes in a nested tree are added to the BrowserTree."

    def test_nested(self):
        queue = deque()
        actual_names = []
        # The tree items are processed in breadth first order.
        # Verify that processing each sublist hits every node and
        # in the right order.
        expected_names = ['f0', 'C0(base)',
                          'f1', 'c1', 'F1', 'C1()',
                          'f2', 'C2',
                          'F3']
        CBT = browser.ChildBrowserTreeItem
        queue.extend((CBT(f0), CBT(C0)))
        while queue:
            cb = queue.popleft()
            sublist = cb.GetSubList()
            queue.extend(sublist)
            self.assertIn(cb.name, cb.GetText())
            self.assertIn(cb.GetIconName(), ('python', 'folder'))
            self.assertIs(cb.IsExpandable(), sublist != [])
            actual_names.append(cb.name)
        self.assertEqual(actual_names, expected_names)


if __name__ == '__main__':
    unittest.main(verbosity=2)

SILENT KILLER Tool