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

Method test_debug_level

tests/utils/test_logging.py:23–25  ·  view source on GitHub ↗

Test DEBUG level exists.

(self)

Source from the content-addressed store, hash-verified

21 """Tests for LogLevel enum."""
22
23 def test_debug_level(self):
24 """Test DEBUG level exists."""
25 assert LogLevel.DEBUG is not None
26
27 def test_info_level(self):
28 """Test INFO level exists."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected