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

Function _get_test_patterns

ci/run_tests.py:64–67  ·  view source on GitHub ↗

Get test patterns based on platform

()

Source from the content-addressed store, hash-verified

62
63
64def _get_test_patterns() -> list[str]:
65 """Get test patterns based on platform"""
66 # On Windows, check both .exe and no extension (Clang generates without .exe)
67 return ["test_*.exe"] if sys.platform == "win32" else ["test_*"]
68
69
70def _analyze_crash_type(return_code: int, output: str) -> Optional[str]:

Callers 1

discover_testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected