[Pytest-commit] commit/pytest: hpk42: add changelog entry about issue429, adapt README

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jan 29 09:05:46 CET 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/0b5c70a8ee57/
Changeset:   0b5c70a8ee57
User:        hpk42
Date:        2014-01-29 09:00:14
Summary:     add changelog entry about issue429, adapt README
Affected #:  2 files

diff -r 30dbac953dd3b24dbd29b9d472ff7504011e210a -r 0b5c70a8ee571a2d518a2c7c3733098f2326425e CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,8 +2,8 @@
 -----------------------------------
 
 - fix issue409 -- better interoperate with cx_freeze by not
-  trying to import from collections.abc which causes problems for py27/cx_freeze.
-  Thanks Wolfgang L. for reporting and tracking it down.
+  trying to import from collections.abc which causes problems 
+  for py27/cx_freeze.  Thanks Wolfgang L. for reporting and tracking it down.
 
 - fixed docs and code to use "pytest" instead of "py.test" almost everywhere.
   Thanks Jurko Gospodnetic for the complete PR.  
@@ -20,6 +20,8 @@
   
 - address issue416: clarify docs as to conftest.py loading semantics
 
+- fix issue429: comparing byte strings with non-ascii chars in assert
+  expressions now work better.  Thanks Floris Bruynooghe.
 
 - make capfd/capsys.capture private, its unused and shouldnt be exposed
 

diff -r 30dbac953dd3b24dbd29b9d472ff7504011e210a -r 0b5c70a8ee571a2d518a2c7c3733098f2326425e README.rst
--- a/README.rst
+++ b/README.rst
@@ -39,10 +39,10 @@
 
     http://bitbucket.org/hpk42/pytest/issues/
 
-and checkout repo at:
+and checkout or fork repo at:
 
     http://bitbucket.org/hpk42/pytest/
 
 
-Copyright Holger Krekel and others, 2004-2013
+Copyright Holger Krekel and others, 2004-2014
 Licensed under the MIT license.

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.


More information about the pytest-commit mailing list