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

Method test_init_console_disabled

tests/utils/test_logging.py:148–152  ·  view source on GitHub ↗

Test initialization with console disabled.

(self)

Source from the content-addressed store, hash-verified

146 logger.close()
147
148 def test_init_console_disabled(self):
149 """Test initialization with console disabled."""
150 logger = Logger(console=False)
151 assert logger is not None
152 logger.close()
153
154 def test_init_colored_disabled(self):
155 """Test initialization with colored disabled."""

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
LoggerClass · 0.90

Tested by

no test coverage detected