MCPcopy Create free account
hub / github.com/FastLED/FastLED / add_result

Method add_result

ci/util/test_runner.py:305–309  ·  view source on GitHub ↗

Add a test result to the current suite

(self, result: TestResult)

Source from the content-addressed store, hash-verified

303 self.current_suite.passed = passed
304
305 def add_result(self, result: TestResult) -> None:
306 """Add a test result to the current suite"""
307 if self.current_suite:
308 self.current_suite.results.append(result)
309 self._format_result(result)
310
311 def _format_result(self, result: TestResult) -> None:
312 """Format and display a test result"""

Callers 1

handle_output_lineMethod · 0.80

Calls 2

_format_resultMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected