File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
7676Specifically, the script transforms nose.tools.assert_* function calls into
7777raw assert statements, while preserving format of original arguments
7878as much as possible.
You can’t perform that action at this time.
0 commit comments