]> granicus.if.org Git - python/commitdiff
#2757: Remove spare newline.
authorGeorg Brandl <georg@python.org>
Sun, 4 May 2008 15:45:05 +0000 (15:45 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 4 May 2008 15:45:05 +0000 (15:45 +0000)
Doc/library/unittest.rst

index 3888904ec875c81b1aa71c6e91a37f1e454cee39..3f4a6ac186af789388e4e458b8aede65f4fc707b 100644 (file)
@@ -262,7 +262,6 @@ Such a working environment for the testing code is called a :dfn:`fixture`.
 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::