You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functionality for running tests written for ``nose`` has been officially deprecated.
2
+
3
+
This includes:
4
+
5
+
* Plain ``setup`` and ``teardown`` functions and methods: this might catch users by surprise, as ``setup()`` and ``teardown()`` are not pytest idioms, but part of the ``nose`` support.
6
+
* Setup/teardown using the `@with_setup <with-setup-nose>`_ decorator.
7
+
8
+
For more details, consult the :ref:`deprecation docs <nose-deprecation>`.
0 commit comments