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 80a0eba commit 1f7d047Copy full SHA for 1f7d047
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