Fix reference docs for monkeypatch

Fix #1909
This commit is contained in:
Bruno Oliveira 2016-09-03 15:47:54 -03:00
parent 722f9eadcd
commit 183f3737d4
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.