Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bee/DataStudio
/ test_error
Method
test_error
tests/utils/test_logging.py:225–227 ·
view source on GitHub ↗
Test error logging.
(self, logger)
Source
from the content-addressed store, hash-verified
223
logger.warning(
"Warning message"
)
224
225
def
test_error(self, logger):
226
""
"Test error logging."
""
227
logger.error(
"Error message"
)
228
229
def
test_critical(self, logger):
230
""
"Test critical logging."
""
Callers
nothing calls this directly
Calls
1
error
Method · 0.80
Tested by
no test coverage detected