Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-101100: Define test.regrtest module to fix references (GH-112381) #112390

Merged
merged 1 commit into from
Nov 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Doc/library/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@
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

Check warning on line 165 in Doc/library/test.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

py:func reference target not found: test_main
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
test.regrtest` used in previous Python versions still works. Running the
Expand Down
Loading