ajpulzone / lunch_and_learn

Mod 3 Final Solo Project
0 stars 0 forks source link

Get recipes testing #9

Closed ajpulzone closed 1 year ago

ajpulzone commented 1 year ago

X Wrote Tests X Implemented X Reviewed

Necessary checkmarks:

[X] All Tests are Passing All tests are passing, everything works great in Postman Test coverage is 92.51%, however the items that are not covered have nothing to do with the tests I wrote.

[X] The code will run locally

Type of change

[x] New feature [X] Refactoring [ ] Bug Fix Implements/Fixes: *Refactored each endpoint to include sad path testing and implemented vcr

[x] This broke nothing [ ] This broke some stuff [ ] This broke everything

Testing Changes [ ] No Tests have been changed [X] Some Tests have been changed [ ] All of the Tests have been changed(Please describe what in the world happened) Checklist:

*Most tests have been changed because they implemented vcr.

[X] My code has no unused/commented out code [x] I have reviewed my code [x] I have commented my code, particularly in hard-to-understand areas [X] I have fully tested my code

63 tests written, all passing.