-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
unittest documentation: Spell pytest without the dot #9820
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
Conversation
Referring to py 8000 test as py.test is deprecated. References: https://docs.pytest.org/en/latest/ https://twitter.com/hashtag/dropthedot
Thanks @pelme for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Thanks @pelme for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Thanks @pelme for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, @pelme, I could not cleanly backport this to |
Thanks @pelme and congrats on your first contribution to CPython 🌮 |
Sorry, @pelme, I could not cleanly backport this to |
Referring to ``pytest`` as ``py.test`` is deprecated. (cherry picked from commit d855f2f) Co-authored-by: Andreas Pelme <andreas@pelme.se>
GH-10155 is a backport of this pull request to the 3.7 branch. |
Thanks @pelme for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Sorry, @pelme, I could not cleanly backport this to |
Referring to ``pytest`` as ``py.test`` is deprecated. (cherry picked from commit d855f2f) Co-authored-by: Andreas Pelme <andreas@pelme.se>
GH-10156 is a backport of this pull request to the 3.6 branch. |
GH-10157 is a backport of this pull request to the 2.7 branch. |
Referring to
pytest
aspy.test
is deprecated.