MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_repository_not_found_suggestion

Function test_repository_not_found_suggestion

atomic-cli/src/error.rs:816–821  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

814
815 #[test]
816 fn test_repository_not_found_suggestion() {
817 let err = CliError::repository_not_found("/path");
818 let suggestion = err.suggestion();
819 assert!(suggestion.is_some());
820 assert!(suggestion.unwrap().contains("atomic init"));
821 }
822
823 #[test]
824 fn test_view_not_found_suggestion() {

Callers

nothing calls this directly

Calls 1

suggestionMethod · 0.45

Tested by

no test coverage detected