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

Function main

ci/lint_cpp/unit_test_checker.py:222–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220
221
222def main() -> None:
223 from ci.util.check_files import run_checker_standalone
224
225 checker = UnitTestChecker()
226 run_checker_standalone(
227 checker,
228 [str(TESTS_ROOT)],
229 "Found bare doctest macros or direct doctest.h includes",
230 )
231
232
233if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
UnitTestCheckerClass · 0.70

Tested by

no test coverage detected