Skip to content

Commit

Permalink
pythongh-101100: Define test.regrtest module to fix references (pyt…
Browse files Browse the repository at this point in the history
…honGH-112381)

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

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
hugovk authored and miss-islington committed Nov 25, 2023
1 parent 103728d commit f37a2fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f37a2fe

Please sign in to comment.