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
There are currently 18 .groovy files that have Spock tests in NetCDF-java. These should be converted to JUnit tests and then the dependencies on groovy and spock should be removed from the gradle build files. Some tests may need to to be altered because you can test private methods with Spock but not with JUnit.
Overview
There are currently 18
.groovy
files that have Spock tests in NetCDF-java. These should be converted to JUnit tests and then the dependencies on groovy and spock should be removed from the gradle build files. Some tests may need to to be altered because you can test private methods with Spock but not with JUnit.Files
To convert:
These tests are testing no longer used legacy code and so can just be removed:
UnloadedNc4IospSpec
may be a good one to start with as it does not look too complicated.The text was updated successfully, but these errors were encountered: