mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
merge from 3.2
This commit is contained in:
commit
0b3014dda0
1 changed files with 4 additions and 3 deletions
|
@ -99,9 +99,10 @@ need to derive from a specific class.
|
||||||
|
|
||||||
The script :file:`Tools/unittestgui/unittestgui.py` in the Python source distribution is
|
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
|
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
|
for those new to unit testing. For production environments it is
|
||||||
tests be driven by a continuous integration system such as `Hudson <http://hudson-ci.org/>`_
|
recommended that tests be driven by a continuous integration system such as
|
||||||
or `Buildbot <http://buildbot.net/trac>`_.
|
`Buildbot <http://buildbot.net/trac>`_, `Jenkins <http://jenkins-ci.org>`_
|
||||||
|
or `Hudson <http://hudson-ci.org/>`_.
|
||||||
|
|
||||||
|
|
||||||
.. _unittest-minimal-example:
|
.. _unittest-minimal-example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue