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

Extend mock #62

Closed FelixMau closed 10 months ago

FelixMau commented 10 months ago

Here I am refactoring the tests approach to be able to reach Mock for different tests.

More over extending Mock for an additional volatile element including timeseries as well as Load component. The Mock is also moved to another python test file for more tidy look and smooth navigation.

Type and name columns added to the mock as a first step for being able to create EnergySystem.from_datapackage directly.

Solving #61 note that checks will fail as mentioned in #61