Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Improve test cases - Migrate to unit test cases #47

Open
DevAhamed opened this issue Aug 28, 2018 · 1 comment
Open

Improve test cases - Migrate to unit test cases #47

DevAhamed opened this issue Aug 28, 2018 · 1 comment

Comments

@DevAhamed
Copy link
Owner

At the time of v1.2.6 release, the combined test coverage stands at 55%. These include some false positive test cases as well. Since we have android unit test which needs emulator to boot up, our CI build times are high and fail most of the times. So its time to improve the test cases for the library.

  • Convert all test cases into jUnit tests
  • Remove the false positive test cases
  • Increase the coverage at least to 80%
@DevAhamed DevAhamed added this to the 2.0.0-alpha milestone Aug 28, 2018
@DevAhamed DevAhamed added this to To do in MultiViewAdapter v2 Sep 26, 2018
@DevAhamed
Copy link
Owner Author

Progress update

Android instrumentation test cases are removed from the library. But still we are able improve the coverage from 55% to 74% (at the time v2.0.0-alpha01).

All test cases are written from scratch again. Most of the false positives are removed. I am still working on improving the quality of test cases.

@DevAhamed DevAhamed modified the milestones: 2.0.0-alpha, 2.0.0 Apr 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant