Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ main
Function
main
ci/test_rpc_edge_cases.py:313–316 ·
view source on GitHub ↗
Run tests and return exit code.
()
Source
from the content-addressed store, hash-verified
311
312
313
def
main() -> int:
314
""
"Run tests and return exit code."
""
315
passed, failed = run_tests()
316
return
0
if
failed == 0
else
1
317
318
319
if
__name__ ==
"__main__"
:
Callers
1
test_rpc_edge_cases.py
File · 0.70
Calls
1
run_tests
Function · 0.70
Tested by
no test coverage detected