Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Convert a few test files to Pytest#7318
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Is |
In the changed lines, it's only comparing two numbers; I'm not sure about the general case. |
QuLogic commentedOct 22, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Oh, I missed the other |
These no longer run with nose due to the parametrization, but they willstill be run by the pytest job on CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
This limited conversion of tests serves two purposes: 1) see how useful nose2pytest is; 2) fix the warnings about yield-based fixtures. Note that because of the conversion to
parametrize
, these files can no longer be run using nose (liketest_category.py
.)This PR is going to conflict with#7316, so don't merge this one until that's in
master
too.