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

Modified Test Users #89

Closed KeenParchment closed 3 months ago

KeenParchment commented 3 months ago

Description / Changes Made

Portions of this code that utilized AI generation

Screenshots

*Edit: feed_route was removed, so the screenshot was updated to reflect the current coverage percentage.

Coverage for users routes is now 82% 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

KeenParchment commented 3 months ago

I have updated the PR with a new screenshot of the test coverage due to the removal of feed_routes from #85