CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

Implement tests using `Pytest` #37

Open ma595 opened 2 months ago

ma595 commented 2 months ago

Tests are currently executed at the end of each step (at runtime) to validate outputs. It would be preferred to also have tests that run separately. These generally fall into two categories:

The recommended testing framework is Pytest. Create a tests directory and run tests automatically when PRs are issued using github workflows.