Merge pull request #1910 from nicoddemus/monkeypatch-members-docs
Fix reference docs for monkeypatch
This commit is contained in:
commit
c69fbd79a9
|
@ -59,6 +59,7 @@ Method reference of the monkeypatch fixture
|
|||
-------------------------------------------
|
||||
|
||||
.. autoclass:: MonkeyPatch
|
||||
:members:
|
||||
|
||||
``monkeypatch.setattr/delattr/delitem/delenv()`` all
|
||||
by default raise an Exception if the target does not exist.
|
||||
|
|
Loading…
Reference in New Issue