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
Copy file name to clipboardExpand all lines: doc/en/how-to/nose.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ make use of pytest's capabilities.
23
23
Supported nose Idioms
24
24
----------------------
25
25
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
28
28
* setup/teardown decorators
29
29
* ``__test__`` attribute on modules/classes/functions
0 commit comments