nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 397 forks source link

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

Open matkoniecz opened 2 years ago

matkoniecz commented 2 years ago

unittest?

Dobatymo commented 1 year ago

pytest?

musicinmybrain commented 9 months ago

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.