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

Define test.regrtest module to fix references
This commit is contained in:
Hugo van Kemenade 2023-11-25 08:17:31 +02:00 committed by GitHub
parent 9eb3b35dd7
commit d525d01e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ guidelines to be followed:
Running tests using the command-line interface 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 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 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 the hood, it uses :mod:`test.regrtest`; the call :program:`python -m