Skip to content
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

Introduction of unit testing framework #85

Open
sbcowan opened this issue Dec 6, 2022 · 0 comments
Open

Introduction of unit testing framework #85

sbcowan opened this issue Dec 6, 2022 · 0 comments

Comments

@sbcowan
Copy link
Contributor

sbcowan commented Dec 6, 2022

For the native python TudatPy code, it would be good to consider a unit-testing framework (such as unittest). One downside is that there is an extra dependency, but for the most part there are advantages. Testing for equality is the most basic test, but testing for specific behaviour such as exception handling can be conveniently done with a framework. This makes the whole testing process more robust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: tudatpy
Development

No branches or pull requests

1 participant