PyTest - Parametrize
You want to test a function with parameters
x and y where x takes values 1 and 2, and y takes values 3 and 4. How do you parametrize the test to run all combinations of x and y?