ZakBibi / PracticePython

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

Make PostageRatePostgresDao. #100

Closed BasilBibi closed 5 years ago

BasilBibi commented 5 years ago

Add create_postage_rate to abstract PostageRateDao and implement concrete Postgres subclass.

PostageRateJsonDao should throw MethodNotImplementedException when create_postage_rate is called.

Definition Of Done

  1. Code and tests that prove new classes work.
  2. New behaviour in Json class proven with tests.