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

Method test_error_level

tests/utils/test_logging.py:35–37  ·  view source on GitHub ↗

Test ERROR level exists.

(self)

Source from the content-addressed store, hash-verified

33 assert LogLevel.WARNING is not None
34
35 def test_error_level(self):
36 """Test ERROR level exists."""
37 assert LogLevel.ERROR is not None
38
39 def test_critical_level(self):
40 """Test CRITICAL level exists."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected