I think that nose, referred to in various places in the documentation, has been succeeded by nose2, which seems to work with the existing tests.
fwiw, I found that pytest also works with the tests and throws out some deprecations that nose2 did not report (at least by default - and I couldn't coerce it to do so).
I think that nose, referred to in various places in the documentation, has been succeeded by
nose2
, which seems to work with the existing tests.fwiw, I found that
pytest
also works with the tests and throws out some deprecations thatnose2
did not report (at least by default - and I couldn't coerce it to do so).