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

Class TestCounts

ci/util/test_runner.py:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66@dataclass(slots=True)
67class TestCounts:
68 unit_test_count: int
69 example_count: int
70 python_test_count: int
71
72
73_IS_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true"

Callers 1

get_test_countsFunction · 0.85

Calls

no outgoing calls

Tested by 1

get_test_countsFunction · 0.68