Ft.Lib.CommandLine.CommandLineTestUtil

Modules

os  sys     

Classes

class Test
__init__(self, commandName, runs)
test(self, tester)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.CommandLine.CommandLineTestUtil'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class TestRun
__init__(self, name, options, args, expectedOut=None, validationFunc=None, input=None, outFile=None, skipOutputTest=0, compareFunc=<built-in function cmp>)
makeCommandLine(self, options, args)
test(self, tester, script)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.CommandLine.CommandLineTestUtil'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Data

BINDIR = '/usr/bin'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/CommandLine/CommandLineTestUtil.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.CommandLine.CommandLineTestUtil'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.