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

Python unit tests should use unittest module #12

Open
tskisner opened this issue Aug 1, 2017 · 0 comments
Open

Python unit tests should use unittest module #12

tskisner opened this issue Aug 1, 2017 · 0 comments
Assignees

Comments

@tskisner
Copy link
Member

tskisner commented Aug 1, 2017

Currently the python unit tests are just sort of ad-hoc. The C++ unit tests use gtest, and the Python unit tests should use the built in unittest package, with a custom runner called by the tidas.test() method.

@tskisner tskisner self-assigned this Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant