Searched refs:cmdopt (Results 1 – 4 of 4) sorted by relevance
12 def pytest_cmdopt_handle(cmdopt): argument19 print(cmdopt)20 data_path = cmdopt23 def test_case(cmdopt): argument31 assert os.path.exists(cmdopt)34 print(cmdopt)
21 def cmdopt(request): function