8000 unittest documentation: Spell pytest without the dot (GH-9820) · python/cpython@d855f2f · GitHub
[go: up one dir, main page]

Skip to content

Commit d855f2f

Browse files
pelmemiss-islington
authored andcommitted
unittest documentation: Spell pytest without the dot (GH-9820)
Referring to ``pytest`` as ``py.test`` is deprecated.
1 parent 40bf6cf commit d855f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test runner
5656
Kent Beck's original paper on testing frameworks using the pattern shared
5757
by :mod:`unittest`.
5858

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

0 commit comments

Comments
 (0)
0