pls icon indicating copy to clipboard operation
pls copied to clipboard

Add more test coverage

Open dhruvkb opened this issue 1 year ago • 0 comments

Problem

Due to the interest in adding new features, my novice status with Rust and limited time for technical debt repayment, there has been inadequate test coverage in the project. This applies to both unit tests as well as end-to-end tests.

Description

Add more tests to add confidence to the development and release workflow. This involves

  • writing new unit tests for pre-existing components
  • writing end-to-end tests that test individual features in isolation as well as potentially problematic combinations of features
  • potential refactors that make the app easier to test

dhruvkb avatar Sep 13 '24 03:09 dhruvkb