/kernel/linux/linux-6.6/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 13 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 D | test_tablet.py | 15 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 D | conftest.py | 9 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 D | base.py | 10 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 D | test_gamepad.py | 11 import pytest namespace 22 @pytest.fixture(autouse=True) 175 @pytest.mark.skip_if_uhdev( 179 @pytest.mark.parametrize(
|
H A D | test_usb_crash.py | 12 import pytest namespace 77 # @pytest.fixture(params=[('modulename', 1, 2)]) 81 @pytest.fixture()
|
H A D | test_multitouch.py | 14 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 D | test_mouse.py | 14 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 D | test_sony.py | 23 import pytest namespace 227 @pytest.fixture(autouse=True)
|
H A D | test_wacom_generic.py | 36 import pytest namespace 761 @pytest.fixture( 770 @pytest.mark.xfail
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/ |
H A D | conftest.py | 13 import pytest namespace 288 @pytest.fixture(scope="module")
|
/kernel/linux/linux-6.6/scripts/kconfig/tests/ |
H A D | conftest.py | 13 import pytest namespace 292 @pytest.fixture(scope="module")
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | Makefile | 114 $(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 D | Makefile | 113 $(Q)$(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \ 146 @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)'
|