class acoretests.acoretests_cli.ACoreTestsCLI(name)

Command-line interface for running tests for A-Core.

Parameters

namestr

Name of the program. This will show as the execution command in the help string.

build_cli()

Build command-line interface.

property cli_args: Namespace

Parsed command line arguments

property kwargs: dict

Parsed keyword arguments

str2bool(v)

Helper for parsing boolean values