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