From 21b617bd98260a69c71f77586c8e6f2eb52e0ebf Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 24 Mar 2009 00:17:11 +0000 Subject: [PATCH] Add links to related resources. --- Doc/library/unittest.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index df03af7ae5..f437c8d1b7 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -85,6 +85,12 @@ need to derive from a specific class. Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`. + `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 `_ + Tools for creating mock test objects (objects simulating external resources). .. _unittest-minimal-example: -- 2.50.1