Commit 5c437d6f authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)

(cherry picked from commit c33bb5d4)
Co-authored-by: default avatarVille Skyttä <ville.skytta@iki.fi>
parent 5223ce21
......@@ -730,7 +730,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`::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment