File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ Matthias Hafner
200200Maxim Filipenko
201201Maximilian Cosmo Sitter
202202mbyt
203+ Mickey Pashov
203204Michael Aquilina
204205Michael Birtwell
205206Michael Droettboom
Original file line number Diff line number Diff line change @@ -68,4 +68,13 @@ 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
72+ ------------------------------
73+
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.
76+ Specifically, the script transforms nose.tools.assert_* function calls into
77+ raw assert statements, while preserving format of original arguments
78+ as much as possible.
79+
7180.. _nose : https://nose.readthedocs.io/en/latest/
You can’t perform that action at this time.
0 commit comments