• Home
Name Date Size #Lines LOC

..--

README.txtD03-May-2024556 1711

unittestgui.pyD03-May-202418.1 KiB479365

README.txt

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