Update tests to launch v3
Closed this issue · 0 comments
ricardobrg commented
As a maintainer
I need to ensure that the code is well tested
so that we can prevent any changes that might lead to new bugs
What is it now
The tests are outdated and insuficient
What it should be
All public methods should have tests. To achieve that we need a test plan that will tell what to test and how to.
Technical details
Use Android tests as a starting point.
Acceptance criteria
A list of tests with input and output and the issues to implement it.