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

Function test_archive_error_display

atomic-repository/src/error.rs:378–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376
377 #[test]
378 fn test_archive_error_display() {
379 let err = RepositoryError::Archive("too large".to_string());
380 assert!(err.to_string().contains("too large"));
381 }
382
383 #[test]
384 fn test_unrecord_error_display() {

Callers

nothing calls this directly

Calls 1

ArchiveInterface · 0.85

Tested by

no test coverage detected