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:850–853 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
848
849
#[test]
850
fn test_display_name() {
851
let hook = make_hook();
852
assert_eq!(hook.display_name(),
"Gemini CLI"
);
853
}
854
855
#[test]
856
fn test_supported_hooks() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected