Improve documentation for setup() and teardown() nose support
Fix #9549
This commit is contained in:
parent
4545fcff05
commit
0c21d60349
|
@ -23,8 +23,8 @@ make use of pytest's capabilities.
|
||||||
Supported nose Idioms
|
Supported nose Idioms
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
* setup and teardown at module/class/method level
|
* ``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
|
* ``SkipTest`` exceptions and markers
|
||||||
* setup/teardown decorators
|
* setup/teardown decorators
|
||||||
* ``__test__`` attribute on modules/classes/functions
|
* ``__test__`` attribute on modules/classes/functions
|
||||||
* general usage of nose utilities
|
* general usage of nose utilities
|
||||||
|
|
Loading…
Reference in New Issue