BenjMy / pycathy_wrapper

A Python wrapper for CATHY (Catchment Hydrology) - [Camporese et al., 2010]
https://benjmy.github.io/pycathy_wrapper/
Boost Software License 1.0
6 stars 1 forks source link

Add testing functions using pytest #13

Open BenjMy opened 1 year ago

BenjMy commented 1 year ago

Good practices in soft dev consist in implementing testing functions.

As for now, the wrapper is limited to exploratory testing. To have a complete set of manual tests, here is a tentative list of the pyCATHY features:

These would be done automatically using pytest.

Milestone set to v.0.0.2