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

Method end_suite

ci/util/test_runner.py:299–303  ·  view source on GitHub ↗

End the current test suite

(self, passed: bool = True)

Source from the content-addressed store, hash-verified

297 )
298
299 def end_suite(self, passed: bool = True) -> None:
300 """End the current test suite"""
301 if self.current_suite:
302 self.current_suite.end_time = time.time()
303 self.current_suite.passed = passed
304
305 def add_result(self, result: TestResult) -> None:
306 """Add a test result to the current suite"""

Callers 1

handle_output_lineMethod · 0.80

Calls 1

timeMethod · 0.80

Tested by

no test coverage detected