Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_display_name
Function
test_display_name
atomic-agent/src/hooks/gemini_cli.rs:851–854 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
849
850
#[test]
851
fn test_display_name() {
852
let hook = make_hook();
853
assert_eq!(hook.display_name(),
"Gemini CLI"
);
854
}
855
856
#[test]
857
fn test_supported_hooks() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected