ZakBibi / PracticePython

A repository of my practice python projects.
0 stars 0 forks source link

Make sure concrete shopping cart Daos behave consistently when fetching by id finds nothing. #98

Closed BasilBibi closed 5 years ago

BasilBibi commented 5 years ago

Concrete shopping cart Daos should return None when fetching by id.

e.g. get_customer_by_id should return None if the given customer id is not found in the underlying data set.

ZakBibi commented 5 years ago

All shoppingcart Daos behave consistently when fetching by id finds nothing