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

Function test_trunk_display

atomic-core/src/crdt/trunk.rs:539–545  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537
538 #[test]
539 fn test_trunk_display() {
540 let trunk = make_trunk();
541 let display = format!("{}", trunk);
542 assert!(display.contains("Trunk"));
543 assert!(display.contains("src/main.rs"));
544 assert!(display.contains("alive"));
545 }
546
547 #[test]
548 fn test_trunk_serde() {

Callers

nothing calls this directly

Calls 1

make_trunkFunction · 0.85

Tested by

no test coverage detected