From: Senthil Kumaran Date: Sat, 27 Oct 2012 18:04:55 +0000 (-0700) Subject: Include mention of jenkins as an example framework for doing CI X-Git-Tag: v3.2.4rc1~409^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=847c33cc3ba4fcbda0b726391388d4d86a50b9e3;p=thirdparty%2FPython%2Fcpython.git Include mention of jenkins as an example framework for doing CI --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 72a3a7b51a52..4422533d02f4 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -99,9 +99,10 @@ need to derive from a specific class. The script :file:`Tools/unittestgui/unittestgui.py` in the Python source distribution is a GUI tool for test discovery and execution. This is intended largely for ease of use - for those new to unit testing. For production environments it is recommended that - tests be driven by a continuous integration system such as `Hudson `_ - or `Buildbot `_. + for those new to unit testing. For production environments it is + recommended that tests be driven by a continuous integration system such as + `Buildbot `_, `Jenkins `_ + or `Hudson `_. .. _unittest-minimal-example: