Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)
This commit is contained in:
parent
48ce4897f8
commit
c33bb5d401
@ -724,7 +724,7 @@ Test cases
|
||||
|
||||
.. method:: setUpClass()
|
||||
|
||||
A class method called before tests in an individual class run.
|
||||
A class method called before tests in an individual class are run.
|
||||
``setUpClass`` is called with the class as the only argument
|
||||
and must be decorated as a :func:`classmethod`::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user