Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TestResult
Class
TestResult
ci/meson/streaming.py:51–55 ·
view source on GitHub ↗
Result from a single test execution.
Source
from the content-addressed store, hash-verified
49
50
@dataclass
51
class
TestResult:
52
""
"Result from a single test execution."
""
53
54
success: bool
55
output: str =
""
56
57
58
@dataclass
Callers
3
validate_test_artifact
Function · 0.90
test_callback
Function · 0.90
_run_one_test
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_callback
Function · 0.72