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

Method select_runner

ci/docker_utils/qemu_test_integration.py:38–47  ·  view source on GitHub ↗

Select the best available runner. Returns: 'docker' if available, otherwise 'none'

(self)

Source from the content-addressed store, hash-verified

36 return False
37
38 def select_runner(self) -> str:
39 """Select the best available runner.
40
41 Returns:
42 'docker' if available, otherwise 'none'
43 """
44 if self.docker_available:
45 return "docker"
46 else:
47 return "none"
48
49 def run_qemu_test(
50 self,

Callers 2

run_qemu_testMethod · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected