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

Method test_init_with_level

tests/utils/test_logging.py:128–131  ·  view source on GitHub ↗

Test initialization with custom level.

(self)

Source from the content-addressed store, hash-verified

126 assert logger is not None
127
128 def test_init_with_level(self):
129 """Test initialization with custom level."""
130 logger = Logger(level="DEBUG")
131 assert logger is not None
132
133 def test_init_with_log_file(self, temp_dir):
134 """Test initialization with log file."""

Callers

nothing calls this directly

Calls 1

LoggerClass · 0.90

Tested by

no test coverage detected