We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e799aa8 commit 1ed5443Copy full SHA for 1ed5443
Doc/library/unittest.rst
@@ -1091,7 +1091,8 @@ Test cases
1091
1092
If given, *logger* should be a :class:`logging.Logger` object or a
1093
:class:`str` giving the name of a logger. The default is the root
1094
- logger, which will catch all messages.
+ logger, which will catch all messages that were not blocked by a
1095
+ non-propagating descendent logger.
1096
1097
If given, *level* should be either a numeric logging level or
1098
its string equivalent (for example either ``"ERROR"`` or
0 commit comments