All notable changes to this project will be documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- How to use skip and xfail marks in the docs.
- How to use a proxy with anaconda in the docs.
- Better error message when :option:`--runner` do not get a script.
- Placeholder in the runner script are compliant with bash (use {{}} instead of {}).
- Report generation is done for all the tests at once and only requires a report generator script.
- #8393: check that :option:`--clean-output` and :option:`--overwrite-output` are not used both.
- Output directory creation no longer fails when the input directory tree has one level.
- Useless :option:`--nproc` command line argument, because this can be done with a custom default :file:`test_case.yaml` passed to the command line argument :option:`--default-settings`.
- #7043: skip regression tests when reference files are missing, no longer raise error.