2.2.2 - `@parametrize_with_cases` compatibility improvements
@parametrize_with_casesnow supports thatargnamesis a list or tuple, just as@pytest.mark.parametrizedoes. PR #132, by@saroad2.
See documentation page for details.
@parametrize_with_cases now supports that argnames is a list or tuple, just as @pytest.mark.parametrize does. PR #132, by @saroad2.See documentation page for details.