Skip to content

autory test run

Usage:  [OPTIONS]

  Run one or more Autory test cases.

Options:
  --tests-dir DIRECTORY           The path containing `test_cases` and
                                  `test_results`. Defaults to the current
                                  working directory.
  --vba-engine-dir DIRECTORY      The folder containing `autory.xlsm` (the VBA
                                  engine). Instead of detecting the path to
                                  the VBA autory engine automatically, use the
                                  given path. For advanced users and
                                  developers only.
  --name TEXT                     The name of the test to run. If omitted, all
                                  tests will run. May be specified multiple
                                  times.
  --vcs-update-dir DIRECTORY      Override the `vcs_update_dir` config value
                                  for all tests. Relative to the current
                                  working directory.
  --parallel INTEGER              The number of models to run in parallel.
                                  Optimal performance is probably achieved by
                                  setting this to about half the number of CPU
                                  cores. Your mileage may vary.
  --engine [vba|python-excel|pyxl|python-julia|pyjl]
                                  Override the `AutoryEngine` run control
                                  value for all models.
  --help                          Show this message and exit.