MCPcopy Create free account
hub / github.com/a4k-openproject/script.module.openscrapers / runTests

Method runTests

lib/pyparsing.py:2628–2788  ·  view source on GitHub ↗

Execute the parse expression on a series of test strings, showing each test, the parsed results or where the parse failed. Quick and easy way to run a parse expression against a list of sample strings. Parameters: - tests - a list of separate test strings,

(self, tests, parseAll=True, comment='#',
                 fullDump=True, printResults=True, failureTests=False, postParse=None,
                 file=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

pyparsing.pyFile · 0.80

Calls 11

parseStringMethod · 0.95
LiteralClass · 0.85
replaceWithFunction · 0.85
lineFunction · 0.85
colFunction · 0.85
addParseActionMethod · 0.80
matchesMethod · 0.80
transformStringMethod · 0.80
dumpMethod · 0.80
ignoreMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected