-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Convert remaining tests to pytest #7932
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
Conversation
I haven't dug into why, but this is the line currently giving you trouble: |
Ah yes, pytest runs pep8 already; we can drop that test eventually, but for now I'll just remove that line. |
Maybe this as well? |
Bleh, should be fixed now. Can't wait till we can drop this set of tests. |
Current coverage is 62.08% (diff: 100%)@@ master #7932 diff @@
==========================================
Files 175 175
Lines 56124 56124
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 34842 34844 +2
+ Misses 21282 21280 -2
Partials 0 0
|
The former requires nose.
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.
Looks good to me.
It appears like the test failure is unrelated to this PR. Would like another set of eyes on that, though.
Also delete the
nose
bit at the end of some other tests.