Skip to content
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
2 changes: 1 addition & 1 deletion Doc/library/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ guidelines to be followed:
arg = (1, 2, 3)

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
inherit from :class:`unittest.TestCase`.

Expand Down