From d198b76d3602aeeb985b8363d6be21602731d367 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 31 May 2009 14:15:25 +0000 Subject: Fix markup. --- Doc/library/unittest.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index aed0395..2e4590c 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). -- cgit v0.12