zephyr/scripts/pylib/twister/twisterlib
Ederson de Souza 10ec2b129c scripts/pylib/twister/twisterlib: Support multiple --pytest-args
One can not even replace sucessfully pytest basic sample `pytest-args`
with command line "--pytest-args", as all it does is to append a single
string to current list of commands, making it impossible to send several
arguments.

This patch fixes that by allowing several instances of `--pytest-args`
to compose the whole list of arguments to be passed to pytest.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2023-11-30 10:03:01 +01:00
..
cmakecache.py twister: fixed various pylint issues 2022-07-05 12:06:27 -04:00
config_parser.py scripts: twister: config_parser: copy common values 2023-11-13 09:53:16 +01:00
coverage.py scripts: coverage: gcovr to ignore negative counters 2023-11-03 07:57:10 -04:00
environment.py scripts/pylib/twister/twisterlib: Support multiple --pytest-args 2023-11-30 10:03:01 +01:00
error.py scripts: Twister ConfigurationError Fix 2023-05-26 05:50:20 -04:00
handlers.py twister: Fix failure on MacOS 2023-11-15 10:00:08 +01:00
hardwaremap.py twister: Use natural sort when generating hardware map 2023-06-17 07:54:46 -04:00
harness.py scripts/pylib/twister/twisterlib: Support multiple --pytest-args 2023-11-30 10:03:01 +01:00
jobserver.py twister: Implement GNU make jobserver support 2023-01-25 20:06:13 -05:00
log_helper.py twister: improve logging of cmake commands 2022-08-26 08:53:14 +02:00
mixins.py twister: fixed various pylint issues 2022-07-05 12:06:27 -04:00
package.py twister: package artifacts for testing 2023-01-11 10:35:08 -05:00
platform.py twister: support filtering by vendor 2023-09-22 09:29:36 +02:00
quarantine.py twister: Fix quarantine performance issue 2023-10-04 14:49:38 +01:00
reports.py twister: measure build time and report it in json output 2023-11-25 08:49:27 -05:00
runner.py twister: add --aggressive-no-clean option 2023-11-28 14:48:03 +01:00
size_calc.py kernel: object: rename z_object -> k_object 2023-11-03 11:46:52 +01:00
testinstance.py twister: measure build time and report it in json output 2023-11-25 08:49:27 -05:00
testplan.py twister: do not add a platform to keyed tests if previously filtered 2023-11-30 10:02:52 +01:00
testsuite.py test: twister: testplan.py use normpath 2023-11-13 09:42:50 +01:00
twister_main.py twister: report: remove defunct and old option 2023-11-03 09:59:49 +01:00