ZakBibi / PracticePython

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

issue_110: Wrote CRUD operations on PostageRatePostgresDao, and tests… #115

Closed ZakBibi closed 5 years ago

ZakBibi commented 5 years ago

… proving that they work, along with tests proving that they return None when postage rates that do not exist are passed to both functions. I also wrote tests for the PostageRateJsonDao proving exceptions are raised when both delete and update methods are passed.