Merge branch '653-deprecated-context-manager' of https://github.com/chiller/pytest into features

This commit is contained in:
Ronny Pfannschmidt
2015-09-22 15:14:06 +02:00
5 changed files with 29 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
- Fix issue #411: Add __eq__ method to assertion comparison example.
Thanks Ben Webb.
- Fix issue #653: deprecated_call can be used as context manager.
- fix issue 877: propperly handle assertion explanations with non-ascii repr
Thanks Mathieu Agopian for the report and Ronny Pfannschmidt for the PR.