Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module unittest_local_copy :: Class TestProgram
[show private | hide private]
[frames | no frames]

Class TestProgram


A command-line program that runs a set of tests; this is primarily
for making test modules conveniently executable.

Method Summary
  __init__(self, module, defaultTest, argv, testRunner, testLoader, testSuite)
  createTests(self)
  parseArgs(self, argv)
  runTests(self)
  usageExit(self, msg)

Class Variable Summary
str USAGE = "Usage: %(progName)s [options] [test] [...]\n\nO...

Class Variable Details

USAGE

Type:
str
Value:
"""Usage: %(progName)s [options] [test] [...]

Options:
  -h, --help       Show this message
  -v, --verbose    Verbose output
  -q, --quiet      Minimal output

Examples:
...                                                                    

Generated by Epydoc 2.0 on Mon Nov 10 15:07:54 2003 http://epydoc.sf.net