sedos-project / data_adapter_oemof

This respository holds the data adapters to connect oemof with the OEDatamodel-concrete.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Move test Mock to seperate function and extend #61

Closed FelixMau closed 6 months ago

FelixMau commented 7 months ago

To Integrate Tsam the sequences have to be merged to one dataframe.

Unfortunately the original test mock only contained one timeseries. Moreover the mock should be moved outside of a specific test for being able to recycle it for more tests.

Please note that the already in #59 fixed bug in line is not fixed in this branch and therefore pytests will fail.

58 shall be converted to PR as soon as datapackage can be deserialised as expected @nailend and I might need another discussion here.

This Issue aims to extend the mock for better testing posibilities and to propperly test tsam integration.