-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
As it currently is, the tests for cJSON only attempts to use some of the functions and prints out the results. Not all of the functions appear to be covered and unless the user knows exactly how the result should look, there's no verification that it is correct. At the very least I think that there should be a strcmp run against the output to assert that everything matches. Going further, maybe a unit testing framework should be incorporated to be more thorough.
Reactions are currently unavailable