2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/32f65d22c7c7/ Changeset: 32f65d22c7c7 Branch: format_boolop_percent6 User: flub Date: 2014-10-28 13:27:01+00:00 Summary: Close branch Affected #: 0 files
https://bitbucket.org/hpk42/pytest/commits/6b59253d9874/ Changeset: 6b59253d9874 User: flub Date: 2014-10-28 13:31:09+00:00 Summary: Mention fix for issue 615 in changelog Fixes issue 615. Affected #: 1 file diff -r 4d292f7031ab164eca0039c1c439393717987a6a -r 6b59253d98741c49ccc555884a6511bdc79eabf0 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ 2.7.0.dev (compared to 2.6.4) ----------------------------- +- fix issue615: assertion re-writing did not correctly escape % signs + when formatting boolean operations, which tripped over mixing + booleans with modulo operators. Thanks to Tom Viner for the report, + triaging and fix. + - implement issue351: add ability to specify parametrize ids as a callable to generate custom test ids. Thanks Brianna Laugher for the idea and implementation. Repository URL: https://bitbucket.org/hpk42/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
