We need to improve unit tests coverage in order to reach the value close to 100%
How to:
- Analyze existing code base using the
coverage package
- Review report generated by the
coverage package and find the code not covered by tests
- Prepare unit tests
- Go to step 1 and repeat action unit we cover almost 100% of the code base
We need to improve unit tests coverage in order to reach the value close to 100%
How to:
coveragepackagecoveragepackage and find the code not covered by tests