You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: