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

Function test_debug

atomic-core/src/output/repo/options.rs:585–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583
584 #[test]
585 fn test_debug() {
586 let opts = OutputOptions::new().with_prefix("test/");
587 let debug_str = format!("{:?}", opts);
588
589 assert!(debug_str.contains("OutputOptions"));
590 assert!(debug_str.contains("test/"));
591 }
592}

Callers

nothing calls this directly

Calls 1

with_prefixMethod · 0.45

Tested by

no test coverage detected