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

Function test_archive_error_display

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

Source from the content-addressed store, hash-verified

410
411 #[test]
412 fn test_archive_error_display() {
413 let err = RepositoryError::Archive("too large".to_string());
414 assert!(err.to_string().contains("too large"));
415 }
416
417 #[test]
418 fn test_unrecord_error_display() {

Callers

nothing calls this directly

Calls 1

ArchiveInterface · 0.85

Tested by

no test coverage detected