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

Method test_critical

tests/utils/test_logging.py:229–231  ·  view source on GitHub ↗

Test critical logging.

(self, logger)

Source from the content-addressed store, hash-verified

227 logger.error("Error message")
228
229 def test_critical(self, logger):
230 """Test critical logging."""
231 logger.critical("Critical message")
232
233 def test_log_with_args(self, logger):
234 """Test logging with format arguments using f-string."""

Callers

nothing calls this directly

Calls 1

criticalMethod · 0.80

Tested by

no test coverage detected