Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
67
class
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_counts
Function · 0.85
Calls
no outgoing calls
Tested by
1
get_test_counts
Function · 0.68