Skip to content

Commit 0c21d60

Browse files
committed
Improve documentation for setup() and teardown() nose support
Fix #9549
1 parent 4545fcf commit 0c21d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/how-to/nose.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ make use of pytest's capabilities.
2323
Supported nose Idioms
2424
----------------------
2525

26-
* setup and teardown at module/class/method level
27-
* SkipTest exceptions and markers
26+
* ``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``.
27+
* ``SkipTest`` exceptions and markers
2828
* setup/teardown decorators
2929
* ``__test__`` attribute on modules/classes/functions
3030
* general usage of nose utilities

0 commit comments

Comments
 (0)