We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ce489 commit c33bb5dCopy full SHA for c33bb5d
Doc/library/unittest.rst
@@ -724,7 +724,7 @@ Test cases
724
725
.. method:: setUpClass()
726
727
- A class method called before tests in an individual class run.
+ A class method called before tests in an individual class are run.
728
``setUpClass`` is called with the class as the only argument
729
and must be decorated as a :func:`classmethod`::
730
0 commit comments