-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparison with unittest2 #1476
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
Comments
Hi @philfreo, That article is quite old, so it might not be a good reference. According to PyPI:
It basically allows you to use To an overview of all features of HTH! |
Thanks Overall I would suggest still adding a bit more of an explanation to https://pytest.org/latest/faq.html#how-does-pytest-relate-to-nose-and-unittest, outlining some of the major features/differences |
Thanks for the suggestion. I created a separate issue in #1477, so I'm closing this one for now. 😁 |
Apologies if this question is too broad, but I didn't see anywhere in the documentation where you explicitly compare pytest to unittest2. It would be nice to understand what high level use cases pytest solves over unittest2.
One article for example states:
from http://halfcooked.com/presentations/pyconau2013/why_I_use_pytest.html
(e.g. now that unittest2 is available, does this mean I shouldn't use pytest?)
The text was updated successfully, but these errors were encountered: