Skip to content

Commit

Permalink
gh-101100: Define test.regrtest module to fix references (#112381)
Browse files Browse the repository at this point in the history
Define test.regrtest module to fix references
  • Loading branch information
hugovk authored Nov 25, 2023
1 parent 9eb3b35 commit d525d01
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 d525d01

Please sign in to comment.