Skip to content

Commit 329e66c

Browse files
authored
Merge pull request #8051 from The-Compiler/nose-fixup
Fix nose documentation
2 parents 42f9622 + c6ac618 commit 329e66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/nose.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Unsupported idioms / known issues
6868
fundamentally incompatible with pytest because they don't support fixtures
6969
properly since collection and test execution are separated.
7070

71-
Migrating from Nose to Pytest
71+
Migrating from nose to pytest
7272
------------------------------
7373

7474
`nose2pytest <https://github.com/pytest-dev/nose2pytest>`_ is a Python script
75-
and py.test plugin to help convert Nose-based tests into py.test-based tests.
75+
and pytest plugin to help convert Nose-based tests into pytest-based tests.
7676
Specifically, the script transforms nose.tools.assert_* function calls into
7777
raw assert statements, while preserving format of original arguments
7878
as much as possible.

0 commit comments

Comments
 (0)