Merge Issue #22558.

This commit is contained in:
Terry Jan Reedy 2016-06-11 15:06:08 -04:00
commit 4da945f361
224 changed files with 542 additions and 136 deletions

View file

@ -3,6 +3,7 @@
.. module:: test
:synopsis: Regression tests package containing the testing suite for Python.
.. sectionauthor:: Brett Cannon <brett@python.org>
.. note::
@ -12,6 +13,7 @@
mentioned here can change or be removed without notice between releases of
Python.
--------------
The :mod:`test` package contains all regression tests for Python as well as the
modules :mod:`test.support` and :mod:`test.regrtest`.