8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.regrtest
1 parent 9eb3b35 commit d525d01Copy full SHA for d525d01
Doc/library/test.rst
@@ -159,6 +159,9 @@ guidelines to be followed:
159
Running tests using the command-line interface
160
----------------------------------------------
161
162
+.. module:: test.regrtest
163
+ :synopsis: Drives the regression test suite.
164
+
165
The :mod:`test` package can be run as a script to drive Python's regression
166
test suite, thanks to the :option:`-m` option: :program:`python -m test`. Under
167
the hood, it uses :mod:`test.regrtest`; the call :program:`python -m
0 commit comments