ephypype
ephypype copied to clipboard
increase code coverage to 80%
right now, the code coverage is around 23%. We should aim for 80% ...
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.