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

Function main

ci/lint_cpp/test_file_wrapper_checker.py:191–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190
191def main() -> None:
192 from ci.util.check_files import run_checker_standalone
193
194 checker = TestFileWrapperChecker()
195 run_checker_standalone(
196 checker,
197 [str(TESTS_ROOT)],
198 "Found test files missing FL_TEST_FILE wrapper",
199 )
200
201
202if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected