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

Class TestFailureInfo

ci/util/test_exceptions.py:10–17  ·  view source on GitHub ↗

Information about a single test failure

Source from the content-addressed store, hash-verified

8
9@dataclass
10class TestFailureInfo:
11 """Information about a single test failure"""
12
13 test_name: str
14 command: str
15 return_code: int
16 output: str
17 error_type: str = "test_failure"
18
19
20class FastLEDTestException(Exception):

Callers 6

mainFunction · 0.90
_run_parallelMethod · 0.90
_build_failure_listMethod · 0.90
_run_sequentialMethod · 0.90

Calls

no outgoing calls

Tested by 2

mainFunction · 0.72