You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: