Home
last modified time | relevance | path

Searched refs:pytest (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py13 import pytest namespace
15 print("Unable to import pytest python module.") namespace
17 print("\t\tpip3 install pytest")
45 @pytest.mark.parametrize('socket', range(0, NUM_SOCKETS))
123 with pytest.raises(OSError) as error:
130 with pytest.raises(OSError) as error:
149 @pytest.mark.parametrize('socket', range(0, NUM_SOCKETS))
160 with pytest.raises(OSError) as error:
165 @pytest.mark.parametrize('socket', range(0, NUM_SOCKETS))
179 with pytest
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py15 import pytest namespace
490 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
491 @pytest.mark.parametrize(
493 [pytest.param(v, id=k) for k, v in Pen.legal_transitions().items()],
502 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
503 @pytest.mark.parametrize(
505 [pytest.param(v, id=k) for k, v in Pen.tolerated_transitions().items()],
513 @pytest.mark.skip_if_uhdev(
517 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
518 @pytest
[all...]
H A Dconftest.py9 import pytest namespace
19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
H A Dbase.py10 import pytest namespace
218 pytest.skip(
222 @pytest.fixture()
228 @pytest.fixture()
236 @pytest.fixture(autouse=True)
246 pytest.skip(message)
260 pytest.skip("Insufficient permissions, run me as root")
262 @pytest.fixture(autouse=True)
294 removed. This matches the expected pytest setup: we enter a context for
H A Dtest_gamepad.py11 import pytest namespace
22 @pytest.fixture(autouse=True)
175 @pytest.mark.skip_if_uhdev(
179 @pytest.mark.parametrize(
H A Dtest_usb_crash.py12 import pytest namespace
77 # @pytest.fixture(params=[('modulename', 1, 2)])
81 @pytest.fixture()
H A Dtest_multitouch.py14 import pytest namespace
686 @pytest.mark.skip_if_uhdev(
734 @pytest.mark.skip_if_uhdev(
777 @pytest.mark.skip_if_uhdev(
826 @pytest.mark.skip_if_uhdev(
849 @pytest.mark.skip_if_uhdev(
956 @pytest.mark.skip_if_uhdev(
1023 @pytest.mark.skip_if_uhdev(
1062 @pytest.mark.skip_if_uhdev(
1722 @pytest
[all...]
H A Dtest_mouse.py14 import pytest namespace
679 with pytest.raises(hidtools.hid.RangeError):
820 pytest.skip("Kernel not compatible, we can not trigger the conditions")
829 pytest.skip("Kernel not compatible, we can not trigger the conditions")
909 pytest.skip("Kernel not compatible, we can not trigger the conditions")
918 pytest.skip("Kernel not compatible, we can not trigger the conditions")
H A Dtest_sony.py23 import pytest namespace
227 @pytest.fixture(autouse=True)
H A Dtest_wacom_generic.py36 import pytest namespace
761 @pytest.fixture(
770 @pytest.mark.xfail
/kernel/linux/linux-5.10/scripts/kconfig/tests/
H A Dconftest.py13 import pytest namespace
288 @pytest.fixture(scope="module")
/kernel/linux/linux-6.6/scripts/kconfig/tests/
H A Dconftest.py13 import pytest namespace
292 @pytest.fixture(scope="module")
/kernel/linux/linux-5.10/scripts/kconfig/
H A DMakefile114 $(Q)$(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \
145 @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)'
/kernel/linux/linux-6.6/scripts/kconfig/
H A DMakefile113 $(Q)$(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \
146 @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)'

Completed in 14 milliseconds