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

Class TestResult

ci/autoresearch_agent.py:103–112  ·  view source on GitHub ↗

Complete test result with per-lane details.

Source from the content-addressed store, hash-verified

101
102@dataclass
103class TestResult:
104 """Complete test result with per-lane details."""
105
106 passed: bool
107 total_tests: int
108 passed_tests: int
109 failed_tests: int
110 duration_ms: int
111 show_duration_ms: int # Duration of show() calls only (excludes setup/teardown)
112 lane_results: list[LaneResult] # Per-lane details with sizes
113
114
115class AutoResearchAgent:

Callers 1

run_testMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected