Closed desilinguist closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
9e501a9
) 95.24% compared to head (3a28d57
) 95.24%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
There are still references to nosetests
in CONTRIBUTING.md
. Also it is said there that python=3.10
is required for setting up a development environment. Maybe that's still true for other reasons, but I think it should be considered. I actually set up an environment that uses 3.11 and I think the unit tests are running fine with nose2
.
There are still references to
nosetests
inCONTRIBUTING.md
. Also it is said there thatpython=3.10
is required for setting up a development environment. Maybe that's still true for other reasons, but I think it should be considered. I actually set up an environment that uses 3.11 and I think the unit tests are running fine withnose2
.
Good catch on CONTRIBUTING.md
. As for Python 3.11, there's a separate issue #744 for that which I will work on after this one is merged. As part of that, I will also be switching the Azure build to 3.11 from 3.9.
All unit tests passed with 3.11.
nose
withnose2
in requirements file.unittest.cfg
for nose2 configurationskll.utils.testing
module sincenose2
doesn't pick up thetests
directory as a module.skll.utils.testing
..coveragerc
with proper exclusions.This PR closes #746.