Table of Contents

Module: unittestgui Twisted-0.19.0/pyunit/unittestgui.py

GUI framework and application for use with Python unit testing framework. Execute tests written using the framework provided by the unittest module.

Further information is available in the bundled documentation, and from

http://pyunit.sourceforge.net/

Copyright (c) 1999, 2000, 2001 Steve Purcell This module is free software, and you may redistribute it and/or modify it under the same terms as Python itself, so long as this copyright message and disclaimer are retained in their original form.

IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Imported modules   
import Tkinter
import string
import sys
import tkMessageBox
import traceback
import unittest
Functions   
main
  main 
main ( initialTestName="" )

Classes   
BaseGUITestRunner

Subclass this class to create a GUI TestRunner that uses a specific

GUITestResult

A TestResult that makes callbacks to its associated GUI TestRunner.

ProgressBar

A simple progress bar that shows a percentage progress in

RollbackImporter

This tricky little class is used to make sure that modules under test

TkTestRunner

An implementation of BaseGUITestRunner using Tkinter.


Table of Contents

This document was automatically generated on Sun Jul 14 19:52:29 2002 by HappyDoc version 2.0