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
While having a 100% test coverage is not realistic, it should be above 90%.
In the case of this library, the structure definitions themselves are not really testable (we can run them anyways, but that will only reveal bugs in the helper functions).
The text was updated successfully, but these errors were encountered:
as of now we're at 94% test coverage, which is already pretty good. However, there are a few functions / modules I skipped over because writing tests for them seemed tricky:
ceos_alos2.io.open
ceos_alos2.sar_image.open_image
the ceos_alos2.sar_image cli for creating cache files
the ceos_alos2.sar_trailer module – for this, we need to decide whether being able to read the preview files is actually necessary
While having a 100% test coverage is not realistic, it should be above 90%.
In the case of this library, the structure definitions themselves are not really testable (we can run them anyways, but that will only reveal bugs in the helper functions).
The text was updated successfully, but these errors were encountered: