Skip to content

Improved test reporting

Compare
Choose a tag to compare
@Florin-Popescu Florin-Popescu released this 27 Aug 23:23
· 26 commits to master since this release

What's changed

  • Print output of build command if error
  • Return code of unity executables hints to number of failed test cases. Do not consider that an error in running the file, but instead onl yif the file threw a signal like segmentation fault.
  • Print output of run test executable command if failing to run
  • Fixed failed test cases not reported if using Unity fixtures
  • Show a failed test case on the line with the failed assert instead of at the line with the test case name
  • Report all failed test cases in a file instead of just the 1st one

Full Changelog: v0.1.1...v0.1.2