-
Notifications
You must be signed in to change notification settings - Fork 50
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
Investigate benefits of using Nose for testing #192
Comments
I'm not familiar with Nose, but I'll check it out. Adding a quick link to give some context for others if they are interested: |
With @gsarma: |
@travs and I are looking into using coveralls for tracking test coverage. It looks tricky to actually get working, and this person suggests that using nose helps the process: http://levibostian.com/python-code-coverage-and-coveralls-io/ |
Also relevant: |
@kevcmk has commented on difficulties in configuring Nose, and offers that py.test may be a better option. I just suggested Nose as it's what I've used in the past, but anything that is more developer-friendly is good by me |
I'm fine with closing it. I've been reading a blog on Python unit testing, and he says some contradictory things about PyTest versus nose. I'll keep learning about both and it doesn't seem like we will be closing off options for ourself in any case for the future. |
With @travs:
General discussion about merits of moving to Nose. @cheelee do you have any thoughts?
Possible options:
Relevant issues:
#190- moving to Nose might make it easier to run tests individually.
See also #184.
The text was updated successfully, but these errors were encountered: