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 5223ce2 commit 5c437d6Copy full SHA for 5c437d6
Doc/library/unittest.rst
@@ -730,7 +730,7 @@ Test cases
730
731
.. method:: setUpClass()
732
733
- A class method called before tests in an individual class run.
+ A class method called before tests in an individual class are run.
734
``setUpClass`` is called with the class as the only argument
735
and must be decorated as a :func:`classmethod`::
736
0 commit comments