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
This is a bit related to #42. A test for parse_cb is needed because lot's of operations happen in this function. But currently i see no good way to test this function. I don't no if mocking the inputstream_* functions would make any sense. And i also see no way of providing a valid stream object for the test.
Would be great if we could share some ideas here on how to test the parse_cb function.
The text was updated successfully, but these errors were encountered:
This is a bit related to #42. A test for
parse_cb
is needed because lot's of operations happen in this function. But currently i see no good way to test this function. I don't no if mocking theinputstream_*
functions would make any sense. And i also see no way of providing a valid stream object for the test.Would be great if we could share some ideas here on how to test the
parse_cb
function.The text was updated successfully, but these errors were encountered: