Re-add accidentally removed changelog items

This commit is contained in:
Floris Bruynooghe 2014-06-24 22:46:57 +01:00
parent 115f15600f
commit ad8131be9e
1 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,10 @@ NEXT (2.6)
- fix issue483: trial/py33 works now properly. Thanks Daniel Grana for PR.
- improve example for pytest integration with "python setup.py test"
which now has a generic "-a" or "--pytest-args" option where you
can pass additional options as a quoted string. Thanks Trevor Bekolay.
- simplified internal capturing mechanism and made it more robust
against tests or setups changing FD1/FD2, also better integrated
now with pytest.pdb() in single tests.
@ -87,6 +91,9 @@ NEXT (2.6)
functions, including unittest-style Classes. If set to False, the
test will not be collected.
- fix issue512: show "<notset>" for arguments which might not be set
in monkeypatch plugin. Improves output in documentation.
2.5.2
-----------------------------------