We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bf6cf commit d855f2fCopy full SHA for d855f2f
1 file changed
Doc/library/unittest.rst
@@ -56,7 +56,7 @@ test runner
56
Kent Beck's original paper on testing frameworks using the pattern shared
57
by :mod:`unittest`.
58
59
- `Nose <https://nose.readthedocs.io/>`_ and `py.test <https://docs.pytest.org/>`_
+ `Nose <https://nose.readthedocs.io/>`_ and `pytest <https://docs.pytest.org/>`_
60
Third-party unittest frameworks with a lighter-weight syntax for writing
61
tests. For example, ``assert func(10) == 42``.
62
0 commit comments