From 138e255631bd0a9e7f49e841bf9c7075bed1c3c5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 14 Sep 2016 17:11:58 -0300 Subject: [PATCH] Remove duplicated for Metafunc members on docs Fix #1924 --- doc/en/parametrize.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/en/parametrize.rst b/doc/en/parametrize.rst index 9539cb618..825fda8e8 100644 --- a/doc/en/parametrize.rst +++ b/doc/en/parametrize.rst @@ -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)