Classes | |
class | BaseGUITestRunner |
class | GUITestResult |
class | ProgressBar |
class | RollbackImporter |
class | TkTestRunner |
Functions | |
def | main |
Variables | |
string | __author__ = "Steve Purcell (stephen_purcell@yahoo.com)" |
string | __version__ = "$Revision: 2.0 $" |
string | _ABOUT_TEXT |
string | _HELP_TEXT |
tk = Tkinter |
def unittestgui::main | ( | initialTestName = "" |
) |
Definition at line 386 of file unittestgui.py.
string unittestgui::__author__ = "Steve Purcell (stephen_purcell@yahoo.com)" |
Definition at line 27 of file unittestgui.py.
string unittestgui::__version__ = "$Revision: 2.0 $" |
Definition at line 28 of file unittestgui.py.
string unittestgui::_ABOUT_TEXT |
"""\ PyUnit unit testing framework. For more information, visit http://pyunit.sourceforge.net/ Copyright (c) 2000 Steve Purcell <stephen_purcell@yahoo.com> """
Definition at line 167 of file unittestgui.py.
string unittestgui::_HELP_TEXT |
"""\ Enter the name of a callable object which, when called, will return a \ TestCase or TestSuite. Click 'start', and the test thus produced will be run. Double click on an error in the listbox to see more information about it,\ including the stack trace. For more information, visit http://pyunit.sourceforge.net/ or see the bundled documentation """
Definition at line 176 of file unittestgui.py.
unittestgui::tk = Tkinter |
Definition at line 37 of file unittestgui.py.