Index: unittest.rst =================================================================== --- unittest.rst (revisiĆ³n: 62702) +++ unittest.rst (copia de trabajo) @@ -262,7 +262,6 @@ Often, many small test cases will use the same fixture. In this case, we would end up subclassing :class:`SimpleWidgetTestCase` into many small one-method classes such as :class:`DefaultWidgetSizeTestCase`. This is time-consuming and - discouraging, so in the same vein as JUnit, :mod:`unittest` provides a simpler mechanism::