14
0

Accepting request 207342 from home:posophe:branches:devel:languages:python

update to version 0.9.33

OBS-URL: https://build.opensuse.org/request/show/207342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=26
This commit is contained in:
Denisart Benjamin
2013-11-17 16:50:59 +00:00
committed by Git OBS Bridge
parent bfe8a9a1df
commit afcbf2d3ec
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Nov 17 16:48:32 UTC 2013 - p.drouand@gmail.com
- Update to version 0.9.33
+ Added ``addDetailuniqueName`` method to ``testtools.TestCase`` class.
+ Removed some unused code from ``testtools.content.TracebackContent``.
+ Added ``testtools.StackLinesContent``: a content object for displaying
pre-processed stack lines.
+ ``StreamSummary`` was calculating testsRun incorrectly: ``exists`` status
tests were counted as run tests, but they are not.
- Remove unwanted hidden file from documentation generated with Sphinx
-------------------------------------------------------------------
Tue Jun 25 11:35:04 UTC 2013 - speilicke@suse.com