MCPcopy 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
51class TestResult:
52 """Result from a single test execution."""
53
54 success: bool
55 output: str = ""
56
57
58@dataclass

Callers 3

validate_test_artifactFunction · 0.90
test_callbackFunction · 0.90
_run_one_testFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_callbackFunction · 0.72