def pytest_generate_tests(metafunc): conf = metafunc.config.getoption("--conf") # only parametrize tests with the correct parameters if conf ...
確定! 回上一頁