Lines Matching refs:pytest
10 import pytest
20 @pytest.mark.parametrize('msg', [
21 pytest.param(
26 pytest.param(
32 pytest.param(
38 pytest.param(
45 pytest.param(
65 pytest.fail('no message received')
69 pytest.fail(f'rx message "{rx}" not equal to tx message "{tx}"')
76 pytest.skip('CAN FD not supported by DUT')
78 pytest.skip('CAN FD not supported by host')