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

[Meta] Switch away from nose test framework #12165

Open
d-ylee opened this issue Nov 12, 2024 · 0 comments
Open

[Meta] Switch away from nose test framework #12165

d-ylee opened this issue Nov 12, 2024 · 0 comments

Comments

@d-ylee
Copy link
Contributor

d-ylee commented Nov 12, 2024

Impact of the new feature
nose's website shows that it is in maintenance mode and needs someone to maintain it.

Is your feature request related to a problem? Please describe.
Modernize the testing framework.

Describe the solution you'd like
Evaluate pytest, nose2, or other alternatives, and determine which is easier to implement.

Describe alternatives you've considered
Continue using nose

Additional context
Our current unittests do import nose, but only for the nose.plugins.attrib and nose.SkipTest, which could potentially be replaced with pytest.mark and pytest.mark.skip, respectively. More investigation would be needed.

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