pycasx.cli.run
Run the ACAS X test suite.
Not to be confused with software tests, this command runs multiple scenarios and logs the data to a file.
Module Contents
Functions
|
Run the ACAS X test suite. |
Attributes
- pycasx.cli.run.cs
- pycasx.cli.run.SCENARIO_FOLDER
- pycasx.cli.run.FGFS_BASE_CMD
- pycasx.cli.run.PYCASX_BASE_CMD
- pycasx.cli.run.run(cfg)
Run the ACAS X test suite.
Not to be confused with software tests, this command runs multiple scenarios and logs the data to a file.
- Parameters:
cfg (RunConfig) – The configuration for the run command.
- Raises:
RuntimeError – If the command is run on Windows.
- Return type:
None