Coverage for src/wishlists/constants.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.9.2, created at 2025-08-04 12:59 +0300

1class WishlistErrorMessages: 

2 PRODUCT_NOT_FOUND = 'Product not found' 

3 

4 ITEM_ALREADY_EXISTS = 'Item already in wishlist' 

5 

6 ITEM_NOT_FOUND = 'Wishlist item not found' 

7 

8 ERROR_INVALID_CONTENT_TYPE_OR_ID = 'Invalid content type or object ID'