You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.
As nose is no longer under development the test framework should be updated to a framework which is more active.
Expected Behavior
Testcases run under the new framework
Actual Behavior
nose is still used
Possible Fix
Migrate the test framework to pytest.
The text was updated successfully, but these errors were encountered:
Context
As per the
nose
documentation:As nose is no longer under development the test framework should be updated to a framework which is more active.
Expected Behavior
Testcases run under the new framework
Actual Behavior
nose is still used
Possible Fix
Migrate the test framework to
pytest
.The text was updated successfully, but these errors were encountered: