Merge pull request #1910 from nicoddemus/monkeypatch-members-docs

Fix reference docs for monkeypatch
This commit is contained in:
Ronny Pfannschmidt 2016-09-03 21:13:54 +02:00 committed by GitHub
commit c69fbd79a9
1 changed files with 1 additions and 0 deletions

View File

@ -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.