summaryrefslogtreecommitdiff
path: root/doc/en/nose.rst
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-19 13:54:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-19 13:54:40 +0100
commitc6ac618baf5f948a5038c2f93921479436a9e45c (patch)
tree2f3578ef76c92cdbe6da8688a1ca59451cb08f44 /doc/en/nose.rst
parent42f9622a90e22a516283e0721d679696f304b2ea (diff)
downloadpytest-c6ac618baf5f948a5038c2f93921479436a9e45c.tar.gz
Fix nose documentation
Follow-up to #8048 which seems to have been merged without the suggested changes.
Diffstat (limited to 'doc/en/nose.rst')
-rw-r--r--doc/en/nose.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/nose.rst b/doc/en/nose.rst
index 44bbe440d..e16d76469 100644
--- a/doc/en/nose.rst
+++ b/doc/en/nose.rst
@@ -68,11 +68,11 @@ Unsupported idioms / known issues
fundamentally incompatible with pytest because they don't support fixtures
properly since collection and test execution are separated.
-Migrating from Nose to Pytest
+Migrating from nose to pytest
------------------------------
`nose2pytest <https://github.com/pytest-dev/nose2pytest>`_ is a Python script
-and py.test plugin to help convert Nose-based tests into py.test-based tests.
+and pytest plugin to help convert Nose-based tests into pytest-based tests.
Specifically, the script transforms nose.tools.assert_* function calls into
raw assert statements, while preserving format of original arguments
as much as possible.