MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / print_summary

Method print_summary

graphlite/tests/testutils/test_fixture.rs:381–389  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

379
380impl TestSuiteResults {
381 pub fn print_summary(&self) {
382 println!("\n=== Test Suite: {} ===", self.suite_name);
383 println!(
384 "Passed: {}, Failed: {}, Total: {}",
385 self.passed,
386 self.failed,
387 self.passed + self.failed
388 );
389 }
390}
391
392/// Test suite

Calls

no outgoing calls

Tested by

no test coverage detected