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

Testing Errors After Route Organization #64

Closed rparker2003 closed 5 months ago

rparker2003 commented 5 months ago

Describe the bug After seperating routes into proper files for organization, it seems some of the imports have failed in our test as the functions expected have moved.

Not only have the imports moved, but the changes to the database schema have broken our tests. We need to reflect these changes in our tests as the new routes do not properly work with the unit tests created.

To Reproduce Steps to reproduce the behavior:

  1. Navigate to backend directory
  2. Use python to run the file run_tests.py

Screenshots