Searched refs:pytest_root (Results 1 – 4 of 4) sorted by relevance
149 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): argument152 testinstance.testsuite.harness_config['pytest_root'] = pytest_root
77 with binary sources. A keyword ``pytest_root`` placed under ``harness_config`` section in .yaml file78 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`` entry262 pytest_root:
660 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:
382 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])