Skip to content

Commit 5c437d6

Browse files
miss-islingtonscop
andauthored
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 5223ce2 commit 5c437d6

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
@@ -730,7 +730,7 @@ Test cases
730730

731731
.. method:: setUpClass()
732732

733-
A class method called before tests in an individual class run.
733+
A class method called before tests in an individual class are run.
734734
``setUpClass`` is called with the class as the only argument
735735
and must be decorated as a :func:`classmethod`::
736736

0 commit comments

Comments
 (0)