Fix linting
This commit is contained in:
parent
f04d3c8b7d
commit
843d00c219
|
@ -1 +1 @@
|
|||
Markers example documentation page updated to support latest pytest version.
|
||||
Markers example documentation page updated to support latest pytest version.
|
||||
|
|
|
@ -308,7 +308,7 @@ apply a marker to an individual test instance::
|
|||
@pytest.mark.foo
|
||||
@pytest.mark.parametrize(("n", "expected"), [
|
||||
(1, 2),
|
||||
pytest.param((1, 3), marks=pytest.mark.bar),
|
||||
pytest.param((1, 3), marks=pytest.mark.bar),
|
||||
(2, 3),
|
||||
])
|
||||
def test_increment(n, expected):
|
||||
|
|
Loading…
Reference in New Issue