mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge Issue #22558.
This commit is contained in:
commit
4da945f361
224 changed files with 542 additions and 136 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue