pyvalid icon indicating copy to clipboard operation
pyvalid copied to clipboard

Improve unit tests coverage

Open eterey opened this issue 5 years ago • 0 comments

We need to improve unit tests coverage in order to reach the value close to 100%

How to:

  1. Analyze existing code base using the coverage package
  2. Review report generated by the coverage package and find the code not covered by tests
  3. Prepare unit tests
  4. Go to step 1 and repeat action unit we cover almost 100% of the code base

eterey avatar Oct 31 '20 19:10 eterey