We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5ac1 commit a6ca3a3Copy full SHA for a6ca3a3
README.rst
@@ -31,7 +31,7 @@ in ``@pytest.mark.parametrize``:
31
def test_func(arg1, arg2):
32
assert arg2 == 1
33
34
-This can be even more useful when the fixture is itself parametrized.
+This can be even more useful when the fixture is itself parametrized:
35
36
.. code-block:: python
37
0 commit comments