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.
1 parent 5f9a08d commit faa8c6aCopy full SHA for faa8c6a
Doc/library/unittest.rst
@@ -1088,7 +1088,8 @@ Test cases
1088
1089
If given, *logger* should be a :class:`logging.Logger` object or a
1090
:class:`str` giving the name of a logger. The default is the root
1091
- logger, which will catch all messages.
+ logger, which will catch all messages that were not blocked by a
1092
+ non-propagating descendent logger.
1093
1094
If given, *level* should be either a numeric logging level or
1095
its string equivalent (for example either ``"ERROR"`` or
0 commit comments