Skip to content

Commit 1f7d047

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 80a0eba commit 1f7d047

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
@@ -724,7 +724,7 @@ Test cases
724724

725725
.. method:: setUpClass()
726726

727-
A class method called before tests in an individual class run.
727+
A class method called before tests in an individual class are run.
728728
``setUpClass`` is called with the class as the only argument
729729
and must be decorated as a :func:`classmethod`::
730730

0 commit comments

Comments
 (0)