|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Retrieve and run the carputils tests for a module or all modules in a package. More...
Variables | |
| int | TMP_DISCARD = 1 |
| int | TMP_KEEP = 2 |
| parser = argparse.ArgumentParser() | |
| default_pkg = settings.config.REGRESSION_PKG | |
| nargs | |
| default | |
| help | |
| type | |
| dest | |
| action | |
| all | |
| const | |
| group = parser.add_mutually_exclusive_group() | |
| args = parser.parse_args() | |
| data = json.load(fp) | |
| suite = testing.TestSuite.deserialise(data) | |
| string | tpl = ' Filtering for tests which {} {} of the tag(s):' |
| string | sign = 'do not match' if args.invert else 'match' |
| string | anyall = all else 'any' |
| tests_to_run | |
| end | |
| string | message = tpl.format(suite.output_directory) |
| fp | |
| indent | |
| IMPOSE_MAXIMUM_RUNTIME | |
| results = suite.copy_reference() | |
| json | |
Retrieve and run the carputils tests for a module or all modules in a package.
| bin.carptests.action |
| bin.carptests.all |
| string bin.carptests.anyall = all else 'any' |
| bin.carptests.args = parser.parse_args() |
| bin.carptests.const |
| bin.carptests.data = json.load(fp) |
| bin.carptests.default |
| list bin.carptests.default_pkg = settings.config.REGRESSION_PKG |
| bin.carptests.dest |
| bin.carptests.end |
| bin.carptests.fp |
| bin.carptests.group = parser.add_mutually_exclusive_group() |
| bin.carptests.help |
| bin.carptests.IMPOSE_MAXIMUM_RUNTIME |
| bin.carptests.indent |
| bin.carptests.json |
| string bin.carptests.message = tpl.format(suite.output_directory) |
| bin.carptests.nargs |
| bin.carptests.parser = argparse.ArgumentParser() |
| bin.carptests.results = suite.copy_reference() |
| string bin.carptests.sign = 'do not match' if args.invert else 'match' |
| bin.carptests.suite = testing.TestSuite.deserialise(data) |
| bin.carptests.tests_to_run |
| bin.carptests.TMP_DISCARD = 1 |
| int bin.carptests.TMP_KEEP = 2 |
| string bin.carptests.tpl = ' Filtering for tests which {} {} of the tag(s):' |
| bin.carptests.type |