add changelog entry for issue87

This commit is contained in:
holger krekel 2011-11-15 13:36:02 +00:00
parent 8f55425898
commit 48a6a504b6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Changes between 2.1.3 and XXX 2.2.0
- new feature to help optimizing the speed of your tests: - new feature to help optimizing the speed of your tests:
--durations=N option for displaying N slowest test calls --durations=N option for displaying N slowest test calls
and setup/teardown methods. and setup/teardown methods.
- fix issue87: --pastebin now works with python3
- fix issue89: --pdb with unexpected exceptions in doctest work more sensibly - fix issue89: --pdb with unexpected exceptions in doctest work more sensibly
- fix and cleanup pytest's own test suite to not leak FDs - fix and cleanup pytest's own test suite to not leak FDs
- fix issue83: link to generated funcarg list - fix issue83: link to generated funcarg list