pyvalid
pyvalid copied to clipboard
Improve unit tests coverage
We need to improve unit tests coverage in order to reach the value close to 100%
How to:
- Analyze existing code base using the
coveragepackage - Review report generated by the
coveragepackage 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