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

Fixing Test Errors and Updating Test Cases #73

Closed rparker2003 closed 5 months ago

rparker2003 commented 5 months ago

Fixes #64

Description / Changes Made

Screenshots (Optional)

How to Test

  1. _Start the Firebase Emulator (follow steps in issue #65 if you haven't) and make sure server.py is interacting with the emulator. We do not want to run the testsuite on the actual database!
  2. _Comment out the @app.before_request line in the server.py file which runs the middleware. The test suite does not account for proper authentication and this change is needed to verify the routes work as intended without the middleware verification._
  3. _Run the run_tests.py test suite in the backend folder to run all test scripts and display a coverage report._

Checklist