[Pytest-commit] commit/pytest: hpk42: Merged in famousgarkin/pytest/famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841 (pull request #288)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon May 4 14:28:37 CEST 2015


1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/f78c26828b71/
Changeset:   f78c26828b71
User:        hpk42
Date:        2015-05-04 12:28:32+00:00
Summary:     Merged in famousgarkin/pytest/famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841 (pull request #288)

monkeypatch.chdir docstring punctuation
Affected #:  1 file

diff -r ce106625d6b53f0ff6e9dce8a1cf0c761341b2f4 -r f78c26828b715a99d7373c6e4b4618215872d403 _pytest/monkeypatch.py
--- a/_pytest/monkeypatch.py
+++ b/_pytest/monkeypatch.py
@@ -177,8 +177,8 @@
         sys.path.insert(0, str(path))
 
     def chdir(self, path):
-        """ Change the current working directory to the specified path
-        path can be a string or a py.path.local object
+        """ Change the current working directory to the specified path.
+        Path can be a string or a py.path.local object.
         """
         if self._cwd is None:
             self._cwd = os.getcwd()

Repository URL: https://bitbucket.org/pytest-dev/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list