MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / test_log_none_message

Method test_log_none_message

tests/utils/test_logging.py:333–337  ·  view source on GitHub ↗

Test logging None message.

(self)

Source from the content-addressed store, hash-verified

331 """Edge case tests for Logger."""
332
333 def test_log_none_message(self):
334 """Test logging None message."""
335 logger = Logger(console=False)
336 logger.info(None)
337 logger.close()
338
339 def test_log_unicode_message(self):
340 """Test logging unicode message."""

Callers

nothing calls this directly

Calls 3

infoMethod · 0.95
closeMethod · 0.95
LoggerClass · 0.90

Tested by

no test coverage detected