| Michael Foord | 90efac7 | 2011-01-03 15:39:49 +0000 | [diff] [blame] | 1 | unittestgui.py is GUI framework and application for use with Python unit  | 
 | 2 | testing framework. It executes tests written using the framework provided  | 
 | 3 | by the 'unittest' module. | 
 | 4 |  | 
 | 5 | Based on the original by Steve Purcell, from: | 
 | 6 |  | 
 | 7 |   http://pyunit.sourceforge.net/ | 
 | 8 |  | 
 | 9 | Updated for unittest test discovery by Mark Roddy and Python 3 | 
 | 10 | support by Brian Curtin. | 
 | 11 |  | 
 | 12 | For details on how to make your tests work with test discovery, | 
 | 13 | and for explanations of the configuration options, see the unittest | 
 | 14 | documentation: | 
 | 15 |  | 
 | 16 |     http://docs.python.org/library/unittest.html#test-discovery |