cpython/Lib/idlelib/idle_test
Terry Jan Reedy ee5ef309c7
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Create a template for minimally testing a tkinter-using module by importing it and instantiating its class(es).  Add a test file for all non-startup IDLE modules.  Edit existing files and update coverage.  This is part 1 of 3, covering the 21 autocomplete to help modules and touching 33 idlelib files.
2018-06-15 18:20:55 -04:00
..
README.txt bpo-25588: Document autotest in idle_test/README.txt. (#4000) 2017-10-14 21:31:14 -04:00
__init__.py Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. 2016-06-09 21:09:15 -04:00
htest.py bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) 2017-09-23 16:46:01 -04:00
mock_idle.py bpo-31003: IDLE - Add more tests for General tab (#2859) 2017-07-26 20:54:40 -04:00
mock_tk.py Issue #20640: Add tests for idlelib.configHelpSourceEdit. 2016-05-15 01:30:47 -04:00
template.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_autocomplete.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_autocomplete_w.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_autoexpand.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_browser.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_calltip_w.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_calltips.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_codecontext.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_colorizer.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_config.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_config_key.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_configdialog.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_debugger.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_debugger_r.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_debugobj.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_debugobj_r.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_delegator.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_editmenu.py Fix duplicating words words. (GH-6296) 2018-03-28 22:14:26 +03:00
test_editor.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_filelist.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_grep.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_help.py bpo-33855: Minimally test all IDLE modules. (GH-7689) 2018-06-15 18:20:55 -04:00
test_help_about.py bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) 2018-02-12 14:58:26 -05:00
test_history.py Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). 2016-08-31 21:09:02 -04:00
test_hyperparser.py Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). 2016-08-31 21:09:02 -04:00
test_iomenu.py Issue #27891: Consistently group and sort imports within idlelib modules. 2016-08-31 00:50:55 -04:00
test_macosx.py Fix ref leak in idle_test.test_macosx (#2163) 2017-06-13 10:52:29 -04:00
test_outwin.py bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) 2017-08-27 18:06:00 -04:00
test_paragraph.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
test_parenmatch.py bpo-31488: IDLE - update former extensions when options change. (#3612) 2017-09-16 01:42:28 -04:00
test_pathbrowser.py bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) 2017-11-22 19:05:25 -05:00
test_percolator.py Issue 20567: Revise idle_test/README.txt and some tests to match new advice. 2016-06-03 22:28:05 -04:00
test_pyparse.py bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) 2018-02-28 17:23:58 -05:00
test_query.py Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) 2017-12-11 22:59:08 -05:00
test_redirector.py Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). 2016-08-31 21:09:02 -04:00
test_replace.py Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
test_rstrip.py Issue #24225: Within idlelib files, update idlelib module names. 2016-05-28 13:22:31 -04:00
test_run.py bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) 2017-10-18 00:29:39 +03:00
test_scrolledlist.py Issue *24750: Switch all scrollbars in IDLE to ttk versions. 2016-06-10 18:19:21 -04:00
test_search.py Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) 2017-12-11 22:59:08 -05:00
test_searchbase.py bpo-29919: Remove unused imports found by pyflakes (#137) 2017-03-27 16:05:26 +02:00
test_searchengine.py #27364: fix "incorrect" uses of escape character in the stdlib. 2016-09-08 13:59:53 -04:00
test_text.py Fix duplicating words words. (GH-6296) 2018-03-28 22:14:26 +03:00
test_textview.py bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) 2018-02-12 17:42:41 -05:00
test_tree.py Remove unused imports. 2016-12-16 20:00:15 +02:00
test_undo.py Issue #27732: Silence test_idle with dummy bell functions. 2016-08-10 23:44:54 -04:00
test_warning.py Issue #24225: Within idlelib files, update idlelib module names. 2016-05-28 13:22:31 -04:00

README.txt

README FOR IDLE TESTS IN IDLELIB.IDLE_TEST

0. Quick Start

Automated unit tests were added in 3.3 for Python 3.x.
To run the tests from a command line:

python -m test.test_idle

Human-mediated tests were added later in 3.4.

python -m idlelib.idle_test.htest


1. Test Files

The idle directory, idlelib, has over 60 xyz.py files. The idle_test
subdirectory should contain a test_xyz.py for each, where 'xyz' is
lowercased even if xyz.py is not. Here is a possible template, with the
blanks after '.' and 'as', and before and after '_' to be filled in.

import unittest
from test.support import requires
import idlelib. as

class _Test(unittest.TestCase):

    def test_(self):

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

Add the following at the end of xyy.py, with the appropriate name added
after 'test_'. Some files already have something like this for htest.
If so, insert the import and unittest.main lines before the htest lines.

if __name__ == "__main__":
    import unittest
    unittest.main('idlelib.idle_test.test_', verbosity=2, exit=False)



2. GUI Tests

When run as part of the Python test suite, Idle GUI tests need to run
test.support.requires('gui').  A test is a GUI test if it creates a
tkinter.Tk root or master object either directly or indirectly by
instantiating a tkinter or idle class.  GUI tests cannot run in test
processes that either have no graphical environment available or are not
allowed to use it.

To guard a module consisting entirely of GUI tests, start with

from test.support import requires
requires('gui')

To guard a test class, put "requires('gui')" in its setUpClass function.

To avoid interfering with other GUI tests, all GUI objects must be destroyed and
deleted by the end of the test.  The Tk root created in a setUpX function should
be destroyed in the corresponding tearDownX and the module or class attribute
deleted.  Others widgets should descend from the single root and the attributes
deleted BEFORE root is destroyed.  See https://bugs.python.org/issue20567.

    @classmethod
    def setUpClass(cls):
        requires('gui')
        cls.root = tk.Tk()
        cls.text = tk.Text(root)

    @classmethod
    def tearDownClass(cls):
        del cls.text
        cls.root.update_idletasks()
        cls.root.destroy()
        del cls.root

The update_idletasks call is sometimes needed to prevent the following warning
either when running a test alone or as part of the test suite (#27196).
  can't invoke "event" command: application has been destroyed
  ...
  "ttk::ThemeChanged"

Requires('gui') causes the test(s) it guards to be skipped if any of
these conditions are met:

 - The tests are being run by regrtest.py, and it was started without
   enabling the "gui" resource with the "-u" command line option.

 - The tests are being run on Windows by a service that is not allowed
   to interact with the graphical environment.

 - The tests are being run on Linux and X Windows is not available.

 - The tests are being run on Mac OSX in a process that cannot make a
   window manager connection.

 - tkinter.Tk cannot be successfully instantiated for some reason.

 - test.support.use_resources has been set by something other than
   regrtest.py and does not contain "gui".

Tests of non-GUI operations should avoid creating tk widgets. Incidental
uses of tk variables and messageboxes can be replaced by the mock
classes in idle_test/mock_tk.py. The mock text handles some uses of the
tk Text widget.


3. Running Unit Tests

Assume that xyz.py and test_xyz.py both end with a unittest.main() call.
Running either from an Idle editor runs all tests in the test_xyz file
with the version of Python running Idle.  Test output appears in the
Shell window.  The 'verbosity=2' option lists all test methods in the
file, which is appropriate when developing tests. The 'exit=False'
option is needed in xyx.py files when an htest follows.

The following command lines also run all test methods, including
GUI tests, in test_xyz.py. (Both '-m idlelib' and '-m idlelib.idle'
start Idle and so cannot run tests.)

python -m idlelib.xyz
python -m idlelib.idle_test.test_xyz

The following runs all idle_test/test_*.py tests interactively.

>>> import unittest
>>> unittest.main('idlelib.idle_test', verbosity=2)

The following run all Idle tests at a command line.  Option '-v' is the
same as 'verbosity=2'.

python -m unittest -v idlelib.idle_test
python -m test -v -ugui test_idle
python -m test.test_idle

The idle tests are 'discovered' by
idlelib.idle_test.__init__.load_tests, which is also imported into
test.test_idle. Normally, neither file should be changed when working on
individual test modules. The third command runs unittest indirectly
through regrtest. The same happens when the entire test suite is run
with 'python -m test'. So that command must work for buildbots to stay
green. Idle tests must not disturb the environment in a way that makes
other tests fail (issue 18081).

To run an individual Testcase or test method, extend the dotted name
given to unittest on the command line or use the test -m option.  The
latter allows use of other regrtest options.  When using the latter,
all components of the pattern must be present, but any can be replaced
by '*'.

python -m unittest -v idlelib.idle_test.test_xyz.Test_case.test_meth
python -m test -m idlelib.idle_test.text_xyz.Test_case.test_meth test_idle

The test suite can be run in an IDLE user process from Shell.
>>> import test.autotest  # Issue 25588, 2017/10/13, 3.6.4, 3.7.0a2.
There are currently failures not usually present, and this does not
work when run from the editor.


4. Human-mediated Tests

Human-mediated tests are widget tests that cannot be automated but need
human verification. They are contained in idlelib/idle_test/htest.py,
which has instructions.  (Some modules need an auxiliary function,
identified with "# htest # on the header line.)  The set is about
complete, though some tests need improvement. To run all htests, run the
htest file from an editor or from the command line with:

python -m idlelib.idle_test.htest


5. Test Coverage

Install the coverage package into your Python 3.6 site-packages
directory.  (Its exact location depends on the OS).
> python3 -m pip install coverage
(On Windows, replace 'python3 with 'py -3.6' or perhaps just 'python'.)

The problem with running coverage with repository python is that
coverage uses absolute imports for its submodules, hence it needs to be
in a directory in sys.path.  One solution: copy the package to the
directory containing the cpython repository.  Call it 'dev'.  Then run
coverage either directly or from a script in that directory so that
'dev' is prepended to sys.path.

Either edit or add dev/.coveragerc so it looks something like this.
---
# .coveragerc sets coverage options.
[run]
branch = True

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    # Don't complain if non-runnable code isn't run:
    if 0:
    if __name__ == .__main__.:

    .*# htest #
    if not _utest:
    if _htest:
---
The additions for IDLE are 'branch = True', to test coverage both ways,
and the last three exclude lines, to exclude things peculiar to IDLE
that are not executed during tests.

A script like the following cover.bat (for Windows) is very handy.
---
@echo off
rem Usage: cover filename [test_ suffix] # proper case required by coverage
rem filename without .py, 2nd parameter if test is not test_filename
setlocal
set py=f:\dev\3x\pcbuild\win32\python_d.exe
set src=idlelib.%1
if "%2" EQU "" set tst=f:/dev/3x/Lib/idlelib/idle_test/test_%1.py
if "%2" NEQ "" set tst=f:/dev/ex/Lib/idlelib/idle_test/test_%2.py

%py% -m coverage run --pylib --source=%src% %tst%
%py% -m coverage report --show-missing
%py% -m coverage html
start htmlcov\3x_Lib_idlelib_%1_py.html
rem Above opens new report; htmlcov\index.html displays report index
---
The second parameter was added for tests of module x not named test_x.
(There were several before modules were renamed, now only one is left.)