PyTest - Parametrize
Which of the following is a valid way to provide IDs in
@pytest.mark.parametrize?@pytest.mark.parametrize?ids parameter expects a list or iterable of strings naming each test case.ids=[...] correctly; others use wrong keywords or types.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions