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

Function test_internal_error_suggestion

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

Source from the content-addressed store, hash-verified

824
825 #[test]
826 fn test_internal_error_suggestion() {
827 let err = CliError::Internal(anyhow::anyhow!("bug"));
828 let suggestion = err.suggestion();
829 assert!(suggestion.is_some());
830 assert!(suggestion.unwrap().contains("bug"));
831 }
832
833 #[test]
834 fn test_cancelled_no_suggestion() {

Callers

nothing calls this directly

Calls 1

suggestionMethod · 0.45

Tested by

no test coverage detected