ihct icon indicating copy to clipboard operation
ihct copied to clipboard

Output in TAP format

Open kulseran opened this issue 5 years ago • 1 comments

https://en.wikipedia.org/wiki/Test_Anything_Protocol

TAP is a machine readable output format which allows many other tools (CI frameworks) to properly parse the output of the test run.

kulseran avatar Dec 17 '20 18:12 kulseran

Yes this could be possible. I'm thinking of adding TAP support with a argument flag on calling the test executable (-t for example). But the thing is that a test unit is terminated on the first failed assertion. Also, there is no way to assign a string of text for each assert. This framework doesn't really have the required developer interface for this. As said, it will be considered.

ollelogdahl avatar Dec 17 '20 20:12 ollelogdahl