Home
last modified time | relevance | path

Searched refs:custom_pytest_arg (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
Dtest_sample.py36 def test_custom_arg(custom_pytest_arg): argument
39 assert custom_pytest_arg == "foo"
Dconftest.py27 def custom_pytest_arg(request): function
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/
Dtest_sample.py36 def test_custom_arg(custom_pytest_arg): argument
39 assert custom_pytest_arg == "foo"
Dconftest.py27 def custom_pytest_arg(request): function