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

Function test_node_display

atomic-core/src/change/provenance_graph/tests.rs:596–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

594
595#[test]
596fn test_node_display() {
597 let node = make_goal("n-1", "Fix the bug");
598 let display = format!("{}", node);
599
600 assert!(display.contains("n-1"));
601 assert!(display.contains("goal"));
602 assert!(display.contains("Fix the bug"));
603}
604
605#[test]
606fn test_edge_display() {

Callers

nothing calls this directly

Calls 1

make_goalFunction · 0.85

Tested by

no test coverage detected