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
200
200
Maxim Filipenko
201
201
Maximilian Cosmo Sitter
202
202
mbyt
203
+ Mickey Pashov
203
204
Michael Aquilina
204
205
Michael Birtwell
205
206
Michael Droettboom
Original file line number Diff line number Diff line change @@ -68,4 +68,13 @@ 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
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
+
71
80
.. _nose : https://nose.readthedocs.io/en/latest/
You can’t perform that action at this time.
0 commit comments