Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b3014d

Browse files
committed
merge from 3.2
2 parents f358eaf + bc876a2 commit 0b3014d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/unittest.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ need to derive from a specific class.
9999

100100
The script :file:`Tools/unittestgui/unittestgui.py` in the Python source distribution is
101101
a GUI tool for test discovery and execution. This is intended largely for ease of use
102-
for those new to unit testing. For production environments it is recommended that
103-
tests be driven by a continuous integration system such as `Hudson <http://hudson-ci.org/>`_
104-
or `Buildbot <http://buildbot.net/trac>`_.
102+
for those new to unit testing. For production environments it is
103+
recommended that tests be driven by a continuous integration system such as
104+
`Buildbot <http://buildbot.net/trac>`_, `Jenkins <http://jenkins-ci.org>`_
105+
or `Hudson <http://hudson-ci.org/>`_.
105106

106107

107108
.. _unittest-minimal-example:

0 commit comments

Comments
 (0)