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

Function test_archive_error_display

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

Source from the content-addressed store, hash-verified

332
333 #[test]
334 fn test_archive_error_display() {
335 let err = RepositoryError::Archive("too large".to_string());
336 assert!(err.to_string().contains("too large"));
337 }
338
339 #[test]
340 fn test_unrecord_error_display() {

Callers

nothing calls this directly

Calls 1

ArchiveInterface · 0.85

Tested by

no test coverage detected