MxUI / MUI

Multiscale Universal Interface: A Concurrent Framework for Coupling Heterogeneous Solvers
http://mxui.github.io/
Apache License 2.0
54 stars 40 forks source link

Add unit tests for Python wrapper. #76

Closed edu159 closed 1 year ago

edu159 commented 3 years ago

There is currently no testing for the Python wrapper. Once issue #75 is dealt with and we have a python package, I propose using pytest as the framework to write the tests which will go under package_name/tests folder.

SLongshaw commented 3 years ago

Agreed, this can form the basis for wider testing planned for the main library and other wrappers

edu159 commented 3 years ago

Please assign #75 and this issue to me or add me as a collaborator or the project so I can do that myself. Thanks!

SLongshaw commented 1 year ago

A number of self-contained unit tests have been added recently into the wrapper and various parts of the overall code, so going to close this and suggest a new issue is opened specifically around GitHub CI workflows.