pyreal
pyreal copied to clipboard
Improve code coverage
The current testing code coverage is only about 50%. While pyreal does not currently have a required coverage threshold, there are likely important blocks of code being missed right now.
This issue will be addressed by:
- Increasing the code coverage to an appropriate level (ie, covers all important functionality). Probably ~80%.
- Establishing and documenting formal guidelines for testing code coverage when making PRs, as well as establishing formal guidelines for code coverage for
pyreal.