finos / morphir-elm

Tools to work with the Morphir IR in Elm.
https://package.elm-lang.org/packages/finos/morphir-elm/latest
Apache License 2.0
46 stars 65 forks source link

Rewrite old elm examples and spark tests to use csv #832

Open jonathanmaw opened 2 years ago

jonathanmaw commented 2 years ago

Context

Our "old" tests involve:

It would be much better if the elm output could be compared against the Spark output for all of them - this means we can test against larger datasets with lower effort, and don't have to mentally work out every distinct possibility and check it behaves as we think it should.

Actions

jonathanmaw commented 2 years ago

833 is an issue that involves reducing the amount of effort in writing a new test, which would likely be useful to this issue.