From: Georg Brandl Date: Sun, 31 May 2009 14:15:25 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.7a1~1060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d198b76d3602aeeb985b8363d6be21602731d367;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index aed03951912c..2e4590c294a0 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -79,18 +79,15 @@ need to derive from a specific class. Module :mod:`doctest` Another test-support module with a very different flavor. - `Simple Smalltalk Testing: With Patterns - `_ + `Simple Smalltalk Testing: With Patterns `_ Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`. - `Nose `_ and `py.test - `_ + `Nose `_ and `py.test `_ Third-party unittest frameworks with a lighter-weight syntax for writing tests. For example, ``assert func(10) == 42``. - `python-mock `_ and - `minimock `_ + `python-mock `_ and `minimock `_ Tools for creating mock test objects (objects simulating external resources).