|
__init__(self,
arguments=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
printHeader(self)
Print header |
|
|
|
|
argparse.ArgumentParser
|
getParser(self,
prog=None,
description=None) |
|
|
|
getOptions(self,
arguments=None,
user_option=True) |
|
|
|
getTests(self)
Get the TestScript objects required based on the mode. |
|
|
bool
|
runJobs(self,
inscratch=False)
Returns:
Did test execution complete as expected? |
|
|
|
printRunSummary(self,
runner) |
|
|
|
printOnlyFailed(self,
tests) |
|
|
|
printTestNumbers(self,
test_ids) |
|
|
|
|
|
|
|
requireApiKey(self,
parser) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|