day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

TEST: Product can be rated. Assert average rating exists. #23

Open stevebrownlee opened 2 months ago

stevebrownlee commented 2 months ago

Write a new test in the tests/product.py module that verifies that a rating can be added to a product. It should also verify that the avg_rating key exists, and is correct, on a product.

Reference: https://github.com/NSS-Day-Cohort-68/server-side-python-curriculum/blob/main/book-3-reflections/chapters/TESTING.md