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

Function test_error_debug

atomic-core/src/output/repo/file.rs:1364–1369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1362
1363 #[test]
1364 fn test_error_debug() {
1365 let err: FileOutputError<std::io::Error> = FileOutputError::ChangeStore("test".to_string());
1366 let debug = format!("{:?}", err);
1367
1368 assert!(debug.contains("ChangeStore"));
1369 }
1370
1371 #[test]
1372 fn test_error_source_graph() {

Callers

nothing calls this directly

Calls 1

ChangeStoreInterface · 0.50

Tested by

no test coverage detected