Searched full:pytest_dut_scope (Results 1 – 10 of 10) sorted by relevance
16 pytest_dut_scope: session28 pytest_dut_scope: session
8 pytest_dut_scope: session
17 pytest_dut_scope: session30 pytest_dut_scope: session
7 pytest_dut_scope: module
11 pytest_dut_scope: session
114 ``pytest_dut_scope`` keyword placed under ``harness_config`` section (more info115 :ref:`here <pytest_dut_scope>`).132 fixture is determined by the ``pytest_dut_scope`` keyword placed under ``harness_config`` section133 (more info :ref:`here <pytest_dut_scope>`).241 as ``function``. This can be changed by adding to .yaml file ``pytest_dut_scope`` keyword placed248 pytest_dut_scope: session250 More info can be found :ref:`here <pytest_dut_scope>`.
689 pytest_dut_scope: <function|class|module|package|session> (default function)
124 "pytest_dut_scope":
384 pytest_dut_scope = config.get('pytest_dut_scope', None) if config else None399 if pytest_dut_scope:400 command.append(f'--dut-scope={pytest_dut_scope}')
60 testinstance.testsuite.harness_config['pytest_dut_scope'] = dut_scope