Add test case for passing custom command line arguments to a pytest harness via twister. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
8 lines
182 B
YAML
8 lines
182 B
YAML
tests:
|
|
sample.twister.pytest:
|
|
platform_allow: native_posix
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_args: [ "--custom-pytest-arg", "foo" ]
|
|
tags: testing pytest
|