- '''Unittests for idlelib/config.py
-'''Test idlelib.configHandler.
++'''Test idlelib.configdialog.
-Coverage: 46% just by creating dialog.
-The other half is code for working with user customizations.
+Coverage: 46% just by creating dialog. The other half is change code.
-
'''
import unittest
from test.support import requires
- """Test idlelib.parenmatch."""
- # This must currently be a gui test because ParenMatch methods use
- # several text methods not defined on idlelib.idle_test.mock_tk.Text.
-'''Test idlelib.ParenMatch.
++'''Test idlelib.parenmatch.
+
+ This must currently be a gui test because ParenMatch methods use
+ several text methods not defined on idlelib.idle_test.mock_tk.Text.
+ '''
from test.support import requires
requires('gui')
- """Unittest for idlelib.redirector
-'''Test idlelib.WidgetRedirector.
++'''Test idlelib.redirector.
100% coverage
- """
+ '''
from test.support import requires
import unittest
from idlelib.idle_test.mock_idle import Func
- '''Test the functions and main class method of textview.py.
-'''Test idlelib.textView.
++'''Test idlelib.textview.
Since all methods and functions create (or destroy) a TextViewer, which
is a widget containing multiple widgets, all tests must be gui tests.