Skip to content

Commit 2443766

Browse files
miss-islingtonscop
authored andcommitted
Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)
(cherry picked from commit c33bb5d) Co-authored-by: Ville Skyttä <[email protected]>
1 parent b26fcd6 commit 2443766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ Test cases
705705

706706
.. method:: setUpClass()
707707

708-
A class method called before tests in an individual class run.
708+
A class method called before tests in an individual class are run.
709709
``setUpClass`` is called with the class as the only argument
710710
and must be decorated as a :func:`classmethod`::
711711

0 commit comments

Comments
 (0)