get all patients is not implimented but is in openapi.yml. I skipped it for now. added
do not log api errors when it is test: prevents overloading console with errors when testing that errors occur
unable to trigger Bad Request on GET (gets Not Found). for GET /forms/formId/responses unable to trigger both Bad REquest and Not Found (always getting OK with empty list in those cases). for POST /responses/ unable to trigger Not Found. Skipping them for now (not sure if they are needed?)
I noticed create (POST) procedure is not in openapi.yml (although implemented) so I didnt include it in the tests
PUT responses and PUT Patient is not implemented yet but is in openapi.yml. I skipped it for now.
Enable all backend API unit tests and update them such that they all test the intended behavior