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

Function get_integration_test_processes

ci/util/test_runner.py:739–743  ·  view source on GitHub ↗

Return all processes needed for integration tests

(
    args: TestArgs, enable_stack_trace: bool
)

Source from the content-addressed store, hash-verified

737
738
739def get_integration_test_processes(
740 args: TestArgs, enable_stack_trace: bool
741) -> list[RunningProcess]:
742 """Return all processes needed for integration tests"""
743 return [create_integration_test_process(args, enable_stack_trace)]
744
745
746def get_all_test_processes(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected