------------------
Changed
~~~~~~~
- The name of the runner shell script in the output directories is the one
passed to the CLI instead of the hardcoded one.
- All the names of the CLI options have been prefixed with :option:`--exe-` to
prevent name clashes with other plugins options.
- It is easier to define the settings to execute the runner shell script for a
test case thanks to a dedicated section in test-settings.yaml.
- Rename *test_case.yaml* to *test-settings.yaml*.
Added
~~~~~
- Testing on MacOS.
- :option:`--exe-test-module` CLI option for setting the default test module
- Add timeout setting for the runner execution.
Removed
~~~~~~~
- The log files testing in the builtin test module.
Fixed
~~~~~
- Tests execution order when a test module is in sub-directory of the yaml
settings.
- Marks of a test case not propagated to all test modules.