8000 [2.7] unittest documentation: Spell pytest without the dot (GH-9820) by Mariatta · Pull Request #10157 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[2.7] unittest documentation: Spell pytest without the dot (GH-9820) #10157

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
[2.7] unittest documentation: Spell pytest without the dot (GH-9820)
Referring to ``pytest`` as ``py.test`` is deprecated..
(cherry picked from commit d855f2f)

Co-authored-by: Andreas Pelme <andreas@pelme.se>
  • Loading branch information
pelme authored and Mariatta committed Oct 27, 2018
commit 2897964e14c2535b98745be9363f3637b4ef307a
2 changes: 1 addition & 1 deletion Doc/library/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ need to derive from a specific class.
Kent Beck's original paper on testing frameworks using the pattern shared
by :mod:`unittest`.

`Nose <https://nose.readthedocs.org/en/latest/>`_ and `py.test <http://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