MCPcopy 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
313def main() -> int:
314 """Run tests and return exit code."""
315 passed, failed = run_tests()
316 return 0 if failed == 0 else 1
317
318
319if __name__ == "__main__":

Callers 1

Calls 1

run_testsFunction · 0.70

Tested by

no test coverage detected