Home
last modified time | relevance | path

Searched refs:pytest_root (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py149 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): argument
152 testinstance.testsuite.harness_config['pytest_root'] = pytest_root
/Zephyr-latest/doc/develop/test/
Dpytest.rst77 with binary sources. A keyword ``pytest_root`` placed under ``harness_config`` section in .yaml file
78 can be used to point to other files, directories or subtests (more info :ref:`here <pytest_root>`).
255 This can be achieved in several ways. In .yaml file it can be added using a ``pytest_root`` entry
262 pytest_root:
Dtwister.rst660 pytest_root: <list of pytest testpaths> (default pytest)
670 pytest_root:
727 default pytest_root name "pytest" will be used if pytest_root not specified.
737 pytest_root:
742 pytest_root:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py382 pytest_root = config.get('pytest_root', ['pytest']) if config else ['pytest']
397 self.source_dir, os.path.expanduser(os.path.expandvars(src)))) for src in pytest_root])