Hi, How would someone use chex.variants for a pytest function like this? ``` @pytest.mark.parametrize( "n", [ 1,2,3 ], ) def test_example(n: int) -> None: ```