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

Follow Route Tests #95

Closed Dhooly closed 3 months ago

Dhooly commented 3 months ago

This is related to PR #78

Description / Changes Made

This PR adds unit tests for the follow functionality in our API. The tests cover scenarios related to creating users, following/unfollowing users, handling edge cases such as non-existent users, and testing error handling with mocked exceptions.

Portions of this code that utilized AI generation

None

Screenshots

image

How to Test

  1. Start firebase emulator and server.py
  2. Execute run_tests.py
  3. Insure coverage matches the screenshot provided

Checklist