Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate test framework from nose to pytest #1146

Closed
monkut opened this issue Jul 15, 2022 · 1 comment
Closed

migrate test framework from nose to pytest #1146

monkut opened this issue Jul 15, 2022 · 1 comment

Comments

@monkut
Copy link
Collaborator

monkut commented Jul 15, 2022

Context

As per the nose documentation:

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.

@monkut
Copy link
Collaborator Author

monkut commented May 19, 2023

Supported in 0.57.0 release, published to pypi 5/19, closing.

@monkut monkut closed this as completed May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant