Merge pull request #1933 from pytest-dev/metafunc-members-docs
Remove duplicated for Metafunc members on docs
This commit is contained in:
commit
863b7d0c50
|
@ -216,6 +216,3 @@ The **metafunc** object
|
||||||
.. currentmodule:: _pytest.python
|
.. currentmodule:: _pytest.python
|
||||||
.. autoclass:: Metafunc
|
.. autoclass:: Metafunc
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. automethod:: Metafunc.parametrize
|
|
||||||
.. automethod:: Metafunc.addcall(funcargs=None,id=_notexists,param=_notexists)
|
|
||||||
|
|
Loading…
Reference in New Issue