Remove note on scoping

This commit is contained in:
Raphael Pierzina 2016-06-25 11:09:46 +02:00
parent 526c564576
commit 5860c609ae
1 changed files with 0 additions and 5 deletions

View File

@ -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