unittestgui(1) 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

AUTHOR

Steve Purcell <[email protected]>.

This manpage was written by Alexandre Fayolle <[email protected]>.