stash: make Stash and StashKey public
It's had enough time to bake - let's allow external plugins to use it.
This commit is contained in:
@@ -962,6 +962,18 @@ Result used within :ref:`hook wrappers <hookwrapper>`.
|
||||
.. automethod:: pluggy.callers._Result.get_result
|
||||
.. automethod:: pluggy.callers._Result.force_result
|
||||
|
||||
Stash
|
||||
~~~~~
|
||||
|
||||
.. autoclass:: pytest.Stash
|
||||
:special-members: __setitem__, __getitem__, __delitem__, __contains__, __len__
|
||||
:members:
|
||||
|
||||
.. autoclass:: pytest.StashKey
|
||||
:show-inheritance:
|
||||
:members:
|
||||
|
||||
|
||||
Global Variables
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user