UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Adding the test cases for recipe routes. #88

Closed Fabrizv closed 3 months ago

Fabrizv commented 3 months ago

Co-authored-by: Edward edward1021kim@gmail.com

Description / Changes Made

Portions of this code that utilized AI generation

Screenshots

The coverage for recipe_routes is now at 88% image

How to Test

  1. Start the Firebase Emulator
  2. Comment out the @app.before_request line in the server.py file which runs the middleware
  3. Run the run_tests.py test suite in the backend folder to run all test scripts and display a coverage report.

Checklist