From 183f3737d489cd0e19bd6a05a48b5af214aeadff Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 3 Sep 2016 15:47:54 -0300 Subject: [PATCH] Fix reference docs for monkeypatch Fix #1909 --- doc/en/monkeypatch.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/monkeypatch.rst b/doc/en/monkeypatch.rst index a1287e8dd..e85d94d6d 100644 --- a/doc/en/monkeypatch.rst +++ b/doc/en/monkeypatch.rst @@ -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.