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

Function main

ci/test_iwyu_integration.py:65–74  ·  view source on GitHub ↗

Run the tests

()

Source from the content-addressed store, hash-verified

63
64
65def main():
66 """Run the tests"""
67 # Run unittest with verbose output
68 loader = unittest.TestLoader()
69 suite = loader.loadTestsFromTestCase(TestIWYUIntegration)
70 runner = unittest.TextTestRunner(verbosity=2)
71 result = runner.run(suite)
72
73 # Return 0 for success, 1 for failure
74 return 0 if result.wasSuccessful() else 1
75
76
77if __name__ == "__main__":

Callers 1

Calls 1

runMethod · 0.45

Tested by

no test coverage detected