NAME¶
unittestgui - a graphical user interface to run python unit tests
SYNOPSIS¶
unittestgui
DESCRIPTION¶
unittestgui is a graphical user interface to run python unit tests. The
main window has a text entry that can be used to specify the name of the test
modules, and a button to launch the tests. A progress bar displays how many
tests were run, and how many failed or caused errors. It is possible to get
more information about failed or error tests by double clicking on the test
name in a summary list.
OPTIONS¶
unittestgui takes no options on the command line.
REQUIRES¶
Python, TkInter
SEE ALSO¶
http://pyunit.sourceforge.net/
AUTHOR¶
Steve Purcell <stephen_purcell@yahoo.com>.
This manpage was written by Alexandre Fayolle
<alexandre.fayolle@logilab.fr>.