Remove note on scoping
This commit is contained in:
parent
526c564576
commit
5860c609ae
|
@ -127,11 +127,6 @@ parameters of a fixture.
|
|||
"""
|
||||
return request.param
|
||||
|
||||
.. note::
|
||||
|
||||
How should the scoping work in that case? Ideally it uses invocation scope
|
||||
and relies on its params
|
||||
|
||||
The same helper can be used in combination with ``pytest.mark.parametrize``.
|
||||
|
||||
.. code-block:: python
|
||||
|
|
Loading…
Reference in New Issue