DEBSOURCES
Skip Quicknav
sources / labgrid / 25.0.1-1 / examples / shell / conftest.py
12345678
import pytest @pytest.fixture(scope="session") def command(target): shell = target.get_driver("CommandProtocol") target.activate(shell) return shell