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 is in maintenance mode; pytest is recommended as a replacement.
pytest can be dropped in as a direct replacement for the nosetest call, but almost all of the unit tests in the dakotathon package use nose assertions. These need to be replaced with regular assert statements.
The text was updated successfully, but these errors were encountered:
nose is in maintenance mode; pytest is recommended as a replacement.
pytest can be dropped in as a direct replacement for the nosetest call, but almost all of the unit tests in the dakotathon package use nose assertions. These need to be replaced with regular assert statements.
The text was updated successfully, but these errors were encountered: