-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
replace nose => pytest #1052
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
replace nose => pytest #1052
Conversation
replaces/closes #1045 |
@casperdcl what do you insist to fix from above failures? Everything? For example, I do not understand 'Method could be a function'. 'Missing function docstring' by inner()? It was not there even before. And 2.6 build? Thank you for not leaving me alone ;). |
I am also not sure with 'TestWithInstancesCheck', perhaps you would find better? And class and functions layout, is it ok? |
Thanks @pgajdos ... will review later. |
pytest-timer doesn't seem to be working require pytest-cov for py26
- fixes coverage as per https://stackoverflow.com/a/60579142
Codecov Report
@@ Coverage Diff @@
## master #1052 +/- ##
==========================================
- Coverage 86.53% 86.40% -0.14%
==========================================
Files 22 22
Lines 1456 1456
Branches 247 247
==========================================
- Hits 1260 1258 -2
- Misses 165 167 +2
Partials 31 31 |
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.
- also fixed a py3 CLI bug when using
--delim
along with--update
or--update_to
- For later: use
capsys
/capsysbinary
instead of all the painfulclosing(*IO())
Thanks! |
nose
will stop working with newerpython
versions.