Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawshell/clawshell
/ test_warning_style
Function
test_warning_style
src/tui.rs:308–311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
307
#[test]
308
fn test_warning_style() {
309
let style = warning_style();
310
let _ = style.apply_to(
"warn"
);
311
}
312
313
#[test]
314
fn test_print_banner_does_not_panic() {
Callers
nothing calls this directly
Calls
1
warning_style
Function · 0.85
Tested by
no test coverage detected