File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1479,11 +1479,11 @@ Test cases
1479
1479
after :meth: `setUpClass ` if :meth: `setUpClass ` raises an exception.
1480
1480
1481
1481
It is responsible for calling all the cleanup functions added by
1482
- :meth: `addCleanupClass `. If you need cleanup functions to be called
1482
+ :meth: `addClassCleanup `. If you need cleanup functions to be called
1483
1483
*prior * to :meth: `tearDownClass ` then you can call
1484
- :meth: `doCleanupsClass ` yourself.
1484
+ :meth: `doClassCleanups ` yourself.
1485
1485
1486
- :meth: `doCleanupsClass ` pops methods off the stack of cleanup
1486
+ :meth: `doClassCleanups ` pops methods off the stack of cleanup
1487
1487
functions one at a time, so it can be called at any time.
1488
1488
1489
1489
.. versionadded :: 3.8
You can’t perform that action at this time.
0 commit comments