add changelog entry about issue429, adapt README
This commit is contained in:
parent
825ea9bfa1
commit
2dade6ed00
|
@ -2,8 +2,8 @@ UNRELEASED
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
- fix issue409 -- better interoperate with cx_freeze by not
|
- fix issue409 -- better interoperate with cx_freeze by not
|
||||||
trying to import from collections.abc which causes problems for py27/cx_freeze.
|
trying to import from collections.abc which causes problems
|
||||||
Thanks Wolfgang L. for reporting and tracking it down.
|
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.
|
- fixed docs and code to use "pytest" instead of "py.test" almost everywhere.
|
||||||
Thanks Jurko Gospodnetic for the complete PR.
|
Thanks Jurko Gospodnetic for the complete PR.
|
||||||
|
@ -20,6 +20,8 @@ UNRELEASED
|
||||||
|
|
||||||
- address issue416: clarify docs as to conftest.py loading semantics
|
- 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
|
- make capfd/capsys.capture private, its unused and shouldnt be exposed
|
||||||
|
|
||||||
|
|
|
@ -39,10 +39,10 @@ and report bugs at:
|
||||||
|
|
||||||
http://bitbucket.org/hpk42/pytest/issues/
|
http://bitbucket.org/hpk42/pytest/issues/
|
||||||
|
|
||||||
and checkout repo at:
|
and checkout or fork repo at:
|
||||||
|
|
||||||
http://bitbucket.org/hpk42/pytest/
|
http://bitbucket.org/hpk42/pytest/
|
||||||
|
|
||||||
|
|
||||||
Copyright Holger Krekel and others, 2004-2013
|
Copyright Holger Krekel and others, 2004-2014
|
||||||
Licensed under the MIT license.
|
Licensed under the MIT license.
|
||||||
|
|
Loading…
Reference in New Issue