8000 unittest documentation: Spell pytest without the dot by pelme · Pull Request #9820 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 1 commit into from
Oct 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Spell pytest without the dot
Referring to pytest as py.test is deprecated.

References:
https://docs.pytest.org/en/latest/
https://twitter.com/hashtag/dropthedot
  • Loading branch information
pelme authored Oct 12, 2018
commit 07dedaf3cf890a60b8b3d5e05e554682a45983a7
2 changes: 1 addition & 1 deletion Doc/library/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test runner
Kent Beck's original paper on testing frameworks using the pattern shared
by :mod:`unittest`.

`Nose <https://nose.readthedocs.io/>`_ and `py.test <https://docs.pytest.org/>`_
`Nose <https://nose.readthedocs.io/>`_ and `pytest <https://docs.pytest.org/>`_
Third-party unittest frameworks with a lighter-weight syntax for writing
tests. For example, ``assert func(10) == 42``.

Expand Down
0