Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
Dtest_sample.py12 def pytest_cmdopt_handle(cmdopt): argument
19 print(cmdopt)
20 data_path = cmdopt
23 def test_case(cmdopt): argument
31 assert os.path.exists(cmdopt)
34 print(cmdopt)
Dconftest.py21 def cmdopt(request): function
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/
Dtest_sample.py12 def pytest_cmdopt_handle(cmdopt): argument
19 print(cmdopt)
20 data_path = cmdopt
23 def test_case(cmdopt): argument
31 assert os.path.exists(cmdopt)
34 print(cmdopt)
Dconftest.py21 def cmdopt(request): function