1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/afa7c591b96a/ Changeset: afa7c591b96a User: hpk42 Date: 2015-06-03 21:39:00+00:00 Summary: add changelog for latest merge Affected #: 2 files
diff -r 87208a0f071435507183f93c87043d6076cb2661 -r afa7c591b96a6bd090e78c3e5897f9af6900d4a0 AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -49,3 +49,4 @@ Dave Hunt Charles Cloud Eduardo Schettino +Florian Bruhin diff -r 87208a0f071435507183f93c87043d6076cb2661 -r afa7c591b96a6bd090e78c3e5897f9af6900d4a0 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -51,6 +51,9 @@ the test. In all cases you get back a RunResult but the inprocess one will also have a "reprec" attribute with the recorded events/reports. +- fix monkeypatch.setattr("x.y", raising=False) to actually not raise + if "y" is not a pre-existing attribute. Thanks Florian Bruhin. + 2.7.1 (compared to 2.7.0) ----------------------------- 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 pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit