Lines Matching refs:harness
17 A pytest plugin ``pytest-twister-harness`` was introduced to provide an integration between pytest
31 of test/sample.yaml. Inside, a keyword ``harness`` tells twister how to handle a given test.
32 In the case of ``harness: pytest``, most of twister workflow (test suites discovery,
41 If ``harness: pytest`` is used, twister delegates the test execution to pytest, by calling it as
66 .yaml file contains a ``harness: pytest`` entry, it calls pytest in a separate subprocess. A sample
73 harness: pytest
110 the core of pytest harness plugin. It is required to launch DUT (initialize logging, flash device,
246 harness: pytest
260 harness: pytest
272 harness: pytest
307 Basically ``pytest-harness-plugin`` wasn't written with intention of running pytest tests in