ephypype icon indicating copy to clipboard operation
ephypype copied to clipboard

increase code coverage to 80%

Open jasmainak opened this issue 6 years ago • 1 comments

right now, the code coverage is around 23%. We should aim for 80% ...

jasmainak avatar Sep 05 '18 18:09 jasmainak

I'm a bit lost how the testing is being done right now @annapasca . If you construct a couple of workflows like in the examples (but with smaller data), you should be up to 80% coverage in no time.

Basically, we should only test the functions that are here and everything else that users shouldn't see should be a private function.

jasmainak avatar Oct 21 '18 05:10 jasmainak