Skip to content

Commit 48a8c37

Browse files
committed
doc/reference: include PluginManager in PytestPluginManager and remove it
Before, `PluginManager` was a copy of the pluggy doc, and `PytestPluginManager` was documented separately. pytest users only really need to know about `PytestPluginManager`, so instead of splitting have the `PytestPluginManager` documentation include all of `PluginManager` members and remove `PluginManager` from the reference (it is still shown as the base class).
1 parent 885d969 commit 48a8c37

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/en/reference.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -872,19 +872,14 @@ Parser
872872
.. autoclass:: _pytest.config.argparsing.Parser()
873873
:members:
874874

875-
PluginManager
876-
~~~~~~~~~~~~~
877-
878-
.. autoclass:: pluggy.PluginManager()
879-
:members:
880-
881875

882876
PytestPluginManager
883877
~~~~~~~~~~~~~~~~~~~
884878

885879
.. autoclass:: _pytest.config.PytestPluginManager()
886880
:members:
887881
:undoc-members:
882+
:inherited-members:
888883
:show-inheritance:
889884

890885
Session

0 commit comments

Comments
 (0)