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

Function test_format_stat_graph_mixed

atomic-cli/src/commands/diff/tests.rs:812–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

810
811 #[test]
812 fn test_format_stat_graph_mixed() {
813 let graph = format_stat_graph(3, 2, 50);
814 assert_eq!(graph, "+++--");
815 }
816
817 #[test]
818 fn test_format_stat_graph_scaled() {

Callers

nothing calls this directly

Calls 1

format_stat_graphFunction · 0.85

Tested by

no test coverage detected