[3.11] gh-101100: Define test.regrtest module to fix references (GH-112381) (#112391)

gh-101100: Define `test.regrtest` module to fix references (GH-112381)

Define test.regrtest module to fix references
(cherry picked from commit d525d01e27)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-11-25 08:59:28 +01:00 committed by GitHub
parent 669b8fab31
commit 8b6068e555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,9 @@ guidelines to be followed:
Running tests using the command-line interface
----------------------------------------------
.. module:: test.regrtest
:synopsis: Drives the regression test suite.
The :mod:`test` package can be run as a script to drive Python's regression
test suite, thanks to the :option:`-m` option: :program:`python -m test`. Under
the hood, it uses :mod:`test.regrtest`; the call :program:`python -m