Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 561 Bytes

9886.deprecation.rst

File metadata and controls

10 lines (6 loc) · 561 Bytes

The functionality for running tests written for nose has been officially deprecated.

This includes:

  • 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.
  • Setup/teardown using the @with_setup decorator.

For more details, consult the :ref:`deprecation docs <nose-deprecation>`.