@@ -674,8 +674,8 @@ Test cases
674674 .. method :: setUp()
675675
676676 Method called to prepare the test fixture. This is called immediately
677- before calling the test method; other than :exc: `AssertionError ` or :exc: `SkipTest `,
678- any exception raised by this method will be considered an error rather than
677+ before calling the test method; other than :exc: `AssertionError ` or :exc: `SkipTest `,
678+ any exception raised by this method will be considered an error rather than
679679 a test failure. The default implementation does nothing.
680680
681681
@@ -684,9 +684,9 @@ Test cases
684684 Method called immediately after the test method has been called and the
685685 result recorded. This is called even if the test method raised an
686686 exception, so the implementation in subclasses may need to be particularly
687- careful about checking internal state. Any exception, other than :exc: `AssertionError `
688- or :exc: `SkipTest `, raised by this method will be considered an error rather than a
689- test failure. This method will only be called if the :meth: `setUp ` succeeds,
687+ careful about checking internal state. Any exception, other than :exc: `AssertionError `
688+ or :exc: `SkipTest `, raised by this method will be considered an error rather than a
689+ test failure. This method will only be called if the :meth: `setUp ` succeeds,
690690 regardless of the outcome of the test method. The default implementation does nothing.
691691
692692
0 commit comments