Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 <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)