nextsimhub / domain_decomp

Domain decomposition tool for the nextSIM-DG next-generation sea ice model.
Apache License 2.0
1 stars 0 forks source link

Move from Catch2 to doctest #65

Closed jwallwork23 closed 4 weeks ago

jwallwork23 commented 1 month ago

Catch2 is proving to be a difficult dependency to handle. Given that doctest is "heavily influenced by Catch" and it's used for the testing framework in nextSIM-DG, it would make sense to use it here, too.