CSU-Radarmet / CSU_RadarTools

A module of independent functions to do precipitation retrievals from polarimetric radar data
GNU General Public License v2.0
89 stars 43 forks source link

Add testing suite #11

Open tjlang opened 9 years ago

tjlang commented 9 years ago

Being a mostly numerically focused module that is data agnostic, csu_radartools is a good candidate for a robust and automated software testing suite. We should add this to simplify new development on the package, and also make the project more attractive to new collaborators.

nguy commented 5 years ago

Just wondering if there are any plans to create tests for this suite?

tjlang commented 5 years ago

Don't have any current plans due to lack of time. Willing to accept PRs from the community to improve the testing side of this codebase.