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

What is a good, simple alternative to nose (which is not maintained anymore)? #1119

Open
matkoniecz opened this issue Mar 13, 2022 · 2 comments

Comments

@matkoniecz
Copy link

matkoniecz commented Mar 13, 2022

unittest?

@matkoniecz matkoniecz changed the title What is a good, simple alternative to nose which is not maintained anymore? What is a good, simple alternative to nose (which is not maintained anymore)? Mar 13, 2022
@Dobatymo
Copy link

pytest?

@musicinmybrain
Copy link

As a Fedora Linux packager who sees a lot of Python packages, I can safely say that most of the general community has converged on pytest. Some simpler packages use only unittest in their test modules, but pytest is still a nicer test runner for these. Other approaches to testing are rare.

While nose2 is still maintained, it doesn’t seem to have attracted a lot of users, comparatively speaking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants