|
list
|
trimContents(contents,
expressions,
exclude=True)
Reduce a list of strings based by including/excluding lines which
match any of a set of regular expressions, returning the processed
list. |
source code
|
|
|
list
|
replace(list,
replacementList)
Replace all occurrences of keyword values in a list of strings with a
set value, returning the processed list. |
source code
|
|
|
|
logContents(message,
list)
Log a list of strings, prepending the line number to each line in the
log output. |
source code
|
|
|
integer
|
filediff(file1,
file2,
ignore=[],
sort=True,
replacementList=[],
include=[])
Perform a file comparison between two (preprocessed) input files,
returning true if the files are equivalent. |
source code
|
|
|
|
BACKGROUND = 10
|
|
|
BLOCKED = 26
|
|
|
DEFAULT_DESCRIPTOR = ['pysystest.xml', '.pysystest', 'descript...
|
|
|
DEFAULT_FORMAT_RUNLOG = '%(asctime)s %(levelname)-5s %(message)s'
|
|
|
DEFAULT_FORMAT_STDOUT = '%(asctime)s %(levelname)-5s %(message)s'
|
|
|
DEFAULT_GROUP = ''
|
|
|
DEFAULT_INPUT = 'Input'
|
|
|
DEFAULT_MAKER = ['ConsoleMakeTestHelper', 'pysys.launcher.cons...
|
|
|
DEFAULT_MODULE = 'run'
|
|
|
DEFAULT_OUTPUT = 'Output'
|
|
|
DEFAULT_PROJECTFILE = ['pysysproject.xml', '.pysysproject']
|
|
|
DEFAULT_REFERENCE = 'Reference'
|
|
|
DEFAULT_RUNNER = ['BaseRunner', 'pysys.baserunner']
|
|
|
DEFAULT_STYLESHEET = '/System/Library/Frameworks/Python.framew...
|
|
|
DEFAULT_TESTCLASS = 'PySysTest'
|
|
|
DEFAULT_TIMEOUT = 600
|
|
|
DEFAULT_WRITER = ['XMLResultsWriter', 'pysys.writer', 'testsum...
|
|
|
DEVNULL = '/dev/null'
|
|
|
DUMPEDCORE = 25
|
|
|
DYLD_LIBRARY_PATH = '/usr/lib:/usr/local/lib'
|
|
|
ENVSEPERATOR = ':'
|
|
|
FAILED = 23
|
|
|
FAILS = [26, 25, 24, 23]
|
|
|
FALSE = False
|
|
|
FOREGROUND = 11
|
|
|
HOSTNAME = '10070'
|
|
|
INSPECT = 21
|
|
|
LD_LIBRARY_PATH = ''
|
|
|
LOOKUP = {False: 'FALSE', True: 'TRUE', 20: 'PASSED', 21: 'REQ...
|
|
|
NOTVERIFIED = 22
|
|
|
OSFAMILY = 'unix'
|
|
|
OSWALK_IGNORES = ['Input', 'Output', 'Reference', 'CVS', '.svn']
|
|
|
PASSED = 20
|
|
|
PATH = '/bin:/usr/bin:/usr/sbin:/usr/local/bin'
|
|
|
PLATFORM = 'darwin'
|
|
|
PRECEDENT = [27, 26, 25, 24, 23, 22, 21, 20]
|
|
|
PROJECT = None
|
|
|
SITE_PACKAGES_DIR = '/System/Library/Frameworks/Python.framewo...
|
|
|
SKIPPED = 27
|
|
|
TIMEDOUT = 24
|
|
|
TIMEOUTS = {'ManualTester': 1800, 'WaitForFile': 30, 'WaitForP...
|
|
|
TRUE = True
|
|
|
__package__ = 'pysys.utils'
|
|
|
stdoutHandler = ThreadedStreamHandler(sys.stdout)
|