Commit 847c33cc authored by Senthil Kumaran's avatar Senthil Kumaran

Include mention of jenkins as an example framework for doing CI

parent cad7b314
......@@ -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 <http://hudson-ci.org/>`_
or `Buildbot <http://buildbot.net/trac>`_.
for those new to unit testing. For production environments it is
recommended that tests be driven by a continuous integration system such as
`Buildbot <http://buildbot.net/trac>`_, `Jenkins <http://jenkins-ci.org>`_
or `Hudson <http://hudson-ci.org/>`_.
.. _unittest-minimal-example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment