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 f86104a commit d9372a2Copy full SHA for d9372a2
1 file changed
tests/tests_contrib_logging.py
@@ -124,7 +124,7 @@ def test_should_inherit_console_logger_formatter(self):
124
with logging_redirect_tqdm(loggers=[logger]):
125
assert logger.handlers[0].formatter == formatter
126
127
- def test_should_not_remove_stream_handlers_not_fot_stdout_or_stderr(self):
+ def test_should_not_remove_stream_handlers_not_for_stdout_or_stderr(self):
128
logger = logging.Logger('test')
129
stream_handler = logging.StreamHandler(StringIO())
130
logger.addHandler(stream_handler)
0 commit comments