From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Nov 2023 07:59:28 +0000 (+0100) Subject: [3.11] gh-101100: Define `test.regrtest` module to fix references (GH-112381) (#112391) X-Git-Tag: v3.11.7~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b6068e5553f81ad5d1b0be2fe35e1eb53c763ef;p=thirdparty%2FPython%2Fcpython.git [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 d525d01e2794e7e736527eaa7ee309ca1252f5bd) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 7fc2a7c8466f..bf1a2f361a28 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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