We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3181718 + d8c23fd commit 150537dCopy full SHA for 150537d
doc/en/parametrize.rst
@@ -123,7 +123,7 @@ To get all combinations of multiple parametrized arguments you can stack
123
def test_foo(x, y):
124
pass
125
126
-This will run the test with the arguments set to ``x=0/y=2``,``x=1/y=2``,
+This will run the test with the arguments set to ``x=0/y=2``, ``x=1/y=2``,
127
``x=0/y=3``, and ``x=1/y=3`` exhausting parameters in the order of the decorators.
128
129
.. _`pytest_generate_tests`:
0 commit comments