Skip to content

Commit

Permalink
Merge pull request #3648 from eelstork/patch-1
Browse files Browse the repository at this point in the history
Fix monkeypatch doc
  • Loading branch information
nicoddemus committed Jul 2, 2018
2 parents 2b75a31 + a43205b commit b509112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/monkeypatch.py
Expand Up @@ -22,7 +22,7 @@ def monkeypatch():
monkeypatch.setitem(mapping, name, value)
monkeypatch.delitem(obj, name, raising=True)
monkeypatch.setenv(name, value, prepend=False)
monkeypatch.delenv(name, value, raising=True)
monkeypatch.delenv(name, raising=True)
monkeypatch.syspath_prepend(path)
monkeypatch.chdir(path)
Expand Down

0 comments on commit b509112

Please sign in to comment.