CCI-MOC / openstack-billing-from-db

Simple billing from the database
Apache License 2.0
1 stars 3 forks source link

Refactor to enable testing and initial tests #4

Closed knikolla closed 11 months ago

knikolla commented 11 months ago

This refactors the codebase to remove the tight coupling between data classes and the database.

It finally allows for some testing, and potentially being able to use these classes and methods with a different data source than the database.

The change has been split into granular commits for easy of reviewing and understanding.

Related to #1