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

Add unit test cases for post validation #42

Closed tadakane closed 5 months ago

tadakane commented 5 months ago

Description / Changes Made

How to Test

  1. Run the run_tests.py script in the backend folder and see coverage for post_validation function lines

Checklist

rparker2003 commented 5 months ago

I tried testing the code you modified and it seems that run_tests requires the coverage python package and needs to be added to the requirement.txt file import coverage