Nelly-Barret / BETTER-fairificator

The fairification tools for BETTER project.
https://www.better-health-project.eu/
0 stars 0 forks source link

Desolidarize Extract, Transform and Load classes #73

Closed Nelly-Barret closed 1 week ago

Nelly-Barret commented 1 week ago

As of today the Transform class uses:

It is inconvenient to write tests because we have to instantiate these two classes too in order to test the Transform class. Instead, we could give the necessary attributes of each class to the constructor of Transform so that Transform can "work on tis own".

Nelly-Barret commented 1 week ago

Done through https://github.com/Nelly-Barret/BETTER-fairificator/pull/74