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

Method test_debug

tests/utils/test_logging.py:213–215  ·  view source on GitHub ↗

Test debug logging.

(self, logger)

Source from the content-addressed store, hash-verified

211 logger.close()
212
213 def test_debug(self, logger):
214 """Test debug logging."""
215 logger.debug("Debug message")
216
217 def test_info(self, logger):
218 """Test info logging."""

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected