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

Method test_init_with_name

tests/utils/test_logging.py:123–126  ·  view source on GitHub ↗

Test initialization with custom name.

(self)

Source from the content-addressed store, hash-verified

121 assert logger is not None
122
123 def test_init_with_name(self):
124 """Test initialization with custom name."""
125 logger = Logger(name="custom_logger")
126 assert logger is not None
127
128 def test_init_with_level(self):
129 """Test initialization with custom level."""

Callers

nothing calls this directly

Calls 1

LoggerClass · 0.90

Tested by

no test coverage detected