ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Split tests into unit tests and regression tests #143

Closed MarionBWeinzierl closed 9 months ago

MarionBWeinzierl commented 10 months ago

Currently, various tests and even profiling (see #141) are mixed in the testing directory. It would make sense to separate them. This would provide the possibility to run them separately (to be discussed when and if this makes sense), but it also would give a clearer structure to the tests folder.