-
Notifications
You must be signed in to change notification settings - Fork 4
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
Write unit tests #4
Comments
We need to have a good dummy test dataset that needs to be small enough to run tests quickly but large enough to cover corner cases. |
It might make sense to create a notebook in |
That is a good idea. If you could generate the test data, I can take a shot at writing the tests. I have been playing around with pytest, and it's pretty neat. I think we should use it. |
Pytest sounds like a good choice. I read in this article that nose (one of the modules we were discussing before) does not seem to get along very well with the logging module. |
We are going to split out the unit testing into 2 pieces. @vasudevanv is using pytest so we will continue on that front. |
Testing will include 3 different components
Possible test frameworks to use: pytest, unittest, nose
The text was updated successfully, but these errors were encountered: