You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theavg_rating
key exists, and is correct, on a product.The text was updated successfully, but these errors were encountered: