Fix nose documentation
Follow-up to #8048 which seems to have been merged without the suggested changes.
This commit is contained in:
parent
42f9622a90
commit
c6ac618baf
|
@ -68,11 +68,11 @@ Unsupported idioms / known issues
|
||||||
fundamentally incompatible with pytest because they don't support fixtures
|
fundamentally incompatible with pytest because they don't support fixtures
|
||||||
properly since collection and test execution are separated.
|
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
|
`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
|
Specifically, the script transforms nose.tools.assert_* function calls into
|
||||||
raw assert statements, while preserving format of original arguments
|
raw assert statements, while preserving format of original arguments
|
||||||
as much as possible.
|
as much as possible.
|
||||||
|
|
Loading…
Reference in New Issue