Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_install_is_noop
Function
test_install_is_noop
atomic-agent/src/hooks/sherpa.rs:374–379 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
372
373
#[test]
374
fn test_install_is_noop() {
375
let hook = make_hook();
376
let result = hook.install(Path::new(
"/tmp"
));
377
assert!(result.is_ok());
378
assert_eq!(result.unwrap(), 0);
379
}
380
381
#[test]
382
fn test_uninstall_is_noop() {
Callers
nothing calls this directly
Calls
2
make_hook
Function · 0.70
install
Method · 0.45
Tested by
no test coverage detected