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/kiro.rs:513–518 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
511
512
#[test]
513
fn test_install_is_noop() {
514
let hook = make_hook();
515
let result = hook.install(Path::new(
"/tmp"
));
516
assert!(result.is_ok());
517
assert_eq!(result.unwrap(), 0);
518
}
519
520
#[test]
521
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