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

Function test_archive_error_display

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

Source from the content-addressed store, hash-verified

325
326 #[test]
327 fn test_archive_error_display() {
328 let err = RepositoryError::Archive("too large".to_string());
329 assert!(err.to_string().contains("too large"));
330 }
331
332 #[test]
333 fn test_unrecord_error_display() {

Callers

nothing calls this directly

Calls 1

ArchiveInterface · 0.85

Tested by

no test coverage detected