'''Test idlelib.help.Coverage: 87%'''fromidlelibimporthelpfromtest.supportimportrequiresrequires('gui')fromos.pathimportabspath,dirname,joinfromtkinterimportTkimportunittestclassHelpFrameTest(unittest.TestCase):@classmethoddefsetUpClass(cls):"By itself, this tests that file parsed without exception."cls.root=root=Tk()root.withdraw()