unit_test_c_with_python icon indicating copy to clipboard operation
unit_test_c_with_python copied to clipboard

Unit-Test C with Python

Results 2 unit_test_c_with_python issues
Sort by recently updated
recently updated
newest added

Add simple code covr report to script like: Total lines: 622 Uncoverd lines: 10 Percentage: 99%

Fix for casts like int test[ (uint8_t)1 + 2] int test[ (uint8_t)1 ] int test[ 1 + 2]