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
68
68
fundamentally incompatible with pytest because they don't support fixtures
69
69
properly since collection and test execution are separated.
70
70
71
- Migrating from Nose to Pytest
71
+ Migrating from nose to pytest
72
72
------------------------------
73
73
74
74
`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.
76
76
Specifically, the script transforms nose.tools.assert_* function calls into
77
77
raw assert statements, while preserving format of original arguments
78
78
as much as possible.
You can’t perform that action at this time.
0 commit comments