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 b26fcd6 commit 2443766Copy full SHA for 2443766
Doc/library/unittest.rst
@@ -705,7 +705,7 @@ Test cases
705
706
.. method:: setUpClass()
707
708
- A class method called before tests in an individual class run.
+ A class method called before tests in an individual class are run.
709
``setUpClass`` is called with the class as the only argument
710
and must be decorated as a :func:`classmethod`::
711
0 commit comments