Skip to content

Commit 3c54a99

Browse files
hugovkGlyphack
authored andcommitted
pythongh-101100: Define test.regrtest module to fix references (python#112381)
Define test.regrtest module to fix references
1 parent f03bb11 commit 3c54a99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/test.rst

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ guidelines to be followed:
159159
Running tests using the command-line interface
160160
----------------------------------------------
161161

162+
.. module:: test.regrtest
163+
:synopsis: Drives the regression test suite.
164+
162165
The :mod:`test` package can be run as a script to drive Python's regression
163166
test suite, thanks to the :option:`-m` option: :program:`python -m test`. Under
164167
the hood, it uses :mod:`test.regrtest`; the call :program:`python -m

0 commit comments

Comments
 (0)