mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114794)
The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
(cherry picked from commit 7a93db4425
)
Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
This commit is contained in:
parent
bb578f6286
commit
0536bbb192
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ guidelines to be followed:
|
||||||
arg = (1, 2, 3)
|
arg = (1, 2, 3)
|
||||||
|
|
||||||
When using this pattern, remember that all classes that inherit from
|
When using this pattern, remember that all classes that inherit from
|
||||||
:class:`unittest.TestCase` are run as tests. The :class:`Mixin` class in the example above
|
:class:`unittest.TestCase` are run as tests. The :class:`!TestFuncAcceptsSequencesMixin` class in the example above
|
||||||
does not have any data and so can't be run by itself, thus it does not
|
does not have any data and so can't be run by itself, thus it does not
|
||||||
inherit from :class:`unittest.TestCase`.
|
inherit from :class:`unittest.TestCase`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue