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

Function test_internal_error_suggestion

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

Source from the content-addressed store, hash-verified

848
849 #[test]
850 fn test_internal_error_suggestion() {
851 let err = CliError::Internal(anyhow::anyhow!("bug"));
852 let suggestion = err.suggestion();
853 assert!(suggestion.is_some());
854 assert!(suggestion.unwrap().contains("bug"));
855 }
856
857 #[test]
858 fn test_cancelled_no_suggestion() {

Callers

nothing calls this directly

Calls 1

suggestionMethod · 0.45

Tested by

no test coverage detected