PyTest - Parametrize
Why is it important to use
pytest.param with marks=pytest.mark.skipif instead of skipping tests inside the test body when using parameterized tests?