Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #836 +/- ##
=======================================
+ Coverage 32% 53% +21%
=======================================
Files 88 88
Lines 14979 9848 -5131
Branches 1515 1841 +326
=======================================
+ Hits 4857 5299 +442
+ Misses 9773 4164 -5609
- Partials 349 385 +36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
I'm ok to move from nose to pytest, motivations (#638) looks legit. |
|
This is fun. nose when running tests does 722 tests, when you run |
| 'README.rst' | ||
| ) | ||
| ).read(), | ||
| test_suite='nose.collector', |
There was a problem hiding this comment.
This was for setup.py test, which is now deprecated.
I'm just guessing... Maybe 'SkipTest' is just skipped at runtime or something like that, and so, and therefore counted only in other cases (collect), although it seems unlikely that we'll skip only a single test... |
Fixes #638
Unless nose3 starts being maintained again, this is a prerequisite for Python 3.12 support. nose3 is, in any case, essentially a dead project.