~ubuntu-branches/ubuntu/trusty/python3.4/trusty-proposed

« back to all changes in this revision

Viewing changes to Tools/unittestgui/README.txt

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-11-25 09:44:27 UTC
  • Revision ID: package-import@ubuntu.com-20131125094427-lzxj8ap5w01lmo7f
Tags: upstream-3.4~b1
ImportĀ upstreamĀ versionĀ 3.4~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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