Skip to content

Commit

Permalink
Improve documentation for setup() and teardown() nose support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Oct 7, 2022
1 parent 4545fcf commit 0c21d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/how-to/nose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ make use of pytest's capabilities.
Supported nose Idioms
----------------------

* setup and teardown at module/class/method level
* SkipTest exceptions and markers
* ``setup()`` and ``teardown()`` at module/class/method level: any function or method called ``setup`` will be called during the setup phase for each test, same for ``teardown``.
* ``SkipTest`` exceptions and markers
* setup/teardown decorators
* ``__test__`` attribute on modules/classes/functions
* general usage of nose utilities
Expand Down

0 comments on commit 0c21d60

Please sign in to comment.