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

Class Args

ci/run_tests.py:48–54  ·  view source on GitHub ↗

Typed arguments for the test runner

Source from the content-addressed store, hash-verified

46
47@dataclass
48class Args:
49 """Typed arguments for the test runner"""
50
51 test: Optional[str] = None
52 verbose: bool = False
53 jobs: Optional[int] = None
54 enable_stack_trace: bool = False
55
56
57def _is_test_executable(f: Path) -> bool:

Callers 3

parse_argsFunction · 0.70
FL_TEST_FILEFunction · 0.50
beat.hppFile · 0.50

Calls

no outgoing calls

Tested by 1

parse_argsFunction · 0.56