2 new commits in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/aaca1518a32a/
Changeset: aaca1518a32a
Branch: famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841
User: famousgarkin
Date: 2015-05-01 04:13:06+00:00
Summary: monkeypatch.chdir docstring punctuation
Affected #: 1 file
diff -r ce106625d6b53f0ff6e9dce8a1cf0c761341b2f4 -r
aaca1518a32ad565e4f59d85defbfc8fa396125c _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()
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.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit