MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / test_render_empty

Function test_render_empty

src/local_logger/rolling_buffer/tests.rs:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49#[test]
50fn test_render_empty() {
51 let rb = make_test_buffer("Running benchmarks", 60, 20);
52 insta::assert_snapshot!(render_stripped(&rb));
53}
54
55#[test]
56fn test_delimiters_and_content_lines_match_term_width() {

Callers

nothing calls this directly

Calls 1

make_test_bufferFunction · 0.85

Tested by

no test coverage detected