|
Assimp
v4.1. (December 2018)
|
Public Member Functions | |
| def | __init__ (self, zipin) |
| def | fail (self, failfile, filename_expect, pp, msg, *args) |
| def | hasFailures (self) |
| def | ok (self, f, pp, msg, *args) |
| def | report_results (self) |
Public Attributes | |
| failures | |
| success | |
| zipin | |
Handle formatting of results
| def run.results.__init__ | ( | self, | |
| zipin | |||
| ) |
Init, given a ZIPed database
| def run.results.fail | ( | self, | |
| failfile, | |||
| filename_expect, | |||
| pp, | |||
| msg, | |||
| * | args | ||
| ) |
Report failure of a sub-test File f failed a test for pp config pp, failure notice is msg, *args is format()ting args for msg
| def run.results.hasFailures | ( | self | ) |
Return True, if any failures there.
| def run.results.ok | ( | self, | |
| f, | |||
| pp, | |||
| msg, | |||
| * | args | ||
| ) |
Report success of a sub-test File f passed the test, msg is a happy success note, *args is format()ing args for msg.
| def run.results.report_results | ( | self | ) |
Write results to ../results/run_regression_suite_failures.txt
| run.results.failures |
| run.results.success |
| run.results.zipin |