-
Notifications
You must be signed in to change notification settings - Fork 9
Port testing to pytest #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is for sure a great improvement to the testing of MeshPy! Maybe we can also use this refactoring of the testing to “clean up” the testing structure into more clearly defined subsets of tests. I will think about what could be a good path to go here. However, does not hinder the conversion of the current structure to pytest. |
Just to mention it, we have some "tests" that start with |
Just to collect the overall ideas for PyTest in an official way:
|
To simplify the current testing setup and to benefit from additional pytest features the testing suite should be moved to pytest.
The text was updated successfully, but these errors were encountered: