You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new functionality and refactoring, there exists a lot of code that is not hit by testing coverage. Testing coverage is in the mid 70%s. We want to increase this to at least 80%.
Add failure tests where not tested.
Use fixtures when possible.
This issue should be addressed in the same PR that addresses #58.
The text was updated successfully, but these errors were encountered:
## Improve Testing
This PR closes#58, #107, #85, #112, #113, #99, #53, #28, #120:
- Created and used a new testing suite: New EVL, new EVR, new Zarr file
- New testing suite resolved the warning that arose from #85
- Refactored tests
- Added fixtures
- Added hints
- Added marks
- Added/improved upon numpy docstrings for tests and fixtures
- Added further tests for Lines and Regions2D
- Added functionality and tests for EVR parser to handle missing bbox values and no regions
- Removed the unused convert_points function
- Fixes docstrings that appeared as errors in the readthedocs
- Used Pathlib instead of OS
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
With the new functionality and refactoring, there exists a lot of code that is not hit by testing coverage. Testing coverage is in the mid 70%s. We want to increase this to at least 80%.
This issue should be addressed in the same PR that addresses #58.
The text was updated successfully, but these errors were encountered: