Closed JCantu248 closed 1 year ago
Add a test case to verify the exception handler in parse_json().
This is needed to verify our exception handling code is correct.
Please provide details for implementation, such as:
Add a test case that passes in a JSON object with invalid data and verify the exception is caught in the except block.
Work is finished when a test for the exception handling is added and all pytest cases are successful.
Completed in Release 1.0.0
💡 Summary
Add a test case to verify the exception handler in parse_json().
Motivation and context
This is needed to verify our exception handling code is correct.
Implementation notes
Please provide details for implementation, such as:
Add a test case that passes in a JSON object with invalid data and verify the exception is caught in the except block.
Acceptance criteria
Work is finished when a test for the exception handling is added and all pytest cases are successful.