gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

Refactor transformers' tests #119

Closed sfalquier closed 5 years ago

sfalquier commented 5 years ago

Transformer's unit test must only test one transformer. All unit tests can share input dataframes when it's relevant, but it's not mandatory.

Depends on #115 to remove input datasets with id/ts/lat/lon when not necessary for the Transformer.

Split this task into several PRs relying on packages created in #84

laurent-thiebaud-gisaia commented 5 years ago

Merged in integration branch, to be reopened if necessary after review