Thanks to visit codestin.com Credit goes to github.com
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 e4c431e commit 88eeda6Copy full SHA for 88eeda6
Doc/library/unittest.rst
@@ -56,8 +56,8 @@ 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 `pytest <https://docs.pytest.org/>`_
60
- Third-party unittest frameworks with a lighter-weight syntax for writing
+ `pytest <https://docs.pytest.org/>`_
+ Third-party unittest framework with a lighter-weight syntax for writing
61
tests. For example, ``assert func(10) == 42``.
62
63
`The Python Testing Tools Taxonomy <https://wiki.python.org/moin/PythonTestingToolsTaxonomy>`_
0 commit comments