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

Function main

ci/lint_cpp/test_path_structure_checker.py:194–204  ·  view source on GitHub ↗

Run test path structure checker standalone.

()

Source from the content-addressed store, hash-verified

192
193
194def main() -> None:
195 """Run test path structure checker standalone."""
196 from ci.util.check_files import run_checker_standalone
197
198 checker = TestPathStructureChecker()
199 run_checker_standalone(
200 checker,
201 [str(TESTS_ROOT)],
202 "Found test files with incorrect path structure",
203 extensions=[".cpp", ".hpp"],
204 )
205
206
207if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected