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

Method test_init_default

tests/utils/test_logging.py:118–121  ·  view source on GitHub ↗

Test initialization with defaults.

(self)

Source from the content-addressed store, hash-verified

116 """Tests for Logger initialization."""
117
118 def test_init_default(self):
119 """Test initialization with defaults."""
120 logger = Logger()
121 assert logger is not None
122
123 def test_init_with_name(self):
124 """Test initialization with custom name."""

Callers

nothing calls this directly

Calls 1

LoggerClass · 0.90

Tested by

no test coverage detected