Home | History | Annotate | only in /external/python/cpython3/Tools/unittestgui
Up to higher level directory
NameDateSize
README.txt22-Oct-2020556
unittestgui.py22-Oct-202018.1K

README.txt

      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
     17