Merge pull request #1933 from pytest-dev/metafunc-members-docs

Remove duplicated for Metafunc members on docs
This commit is contained in:
Bruno Oliveira 2016-09-15 12:43:54 -03:00 committed by GitHub
commit 863b7d0c50
1 changed files with 0 additions and 3 deletions

View File

@ -216,6 +216,3 @@ The **metafunc** object
.. currentmodule:: _pytest.python
.. autoclass:: Metafunc
:members:
.. automethod:: Metafunc.parametrize
.. automethod:: Metafunc.addcall(funcargs=None,id=_notexists,param=_notexists)