safe-android icon indicating copy to clipboard operation
safe-android copied to clipboard

[Android] Increase unit test coverage by 10%

Open DmitryBespalov opened this issue 3 years ago • 0 comments

Our current unit test coverage is ~30%. Let's increase it by 10% and make sure that the critical architectural components are covered.

Expected outcome:

  • The app quality is increased because unit tests would allow to catch bugs earlier
  • The app's software design is enhanced as tests would drive for better separation of concerns.

NOTE: apply common sense.

DmitryBespalov avatar Mar 01 '21 13:03 DmitryBespalov