ZakBibi / PracticePython

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

Bug - Ensure tests which have no value return empty lists rather than None. #105

Closed ZakBibi closed 5 years ago

BasilBibi commented 5 years ago

Dao methods that return the entity by primary key (e.g. Order by order_id) should return only one object.