14
0

Accepting request 213713 from Cloud:OpenStack:Master

- update to 0.9.34:
 * Added ability for ``testtools.TestCase`` instances to force a test to
  fail, even if no assertions failed. (Thomi Richards)
 * Added ``testtools.content.StacktraceContent``, a content object that
  automatically creates a ``StackLinesContent`` object containing the current
  stack trace. (Thomi Richards)
 * ``AnyMatch`` is now exported properly in ``testtools.matchers``.
  (Robert Collins, Rob Kennedy, github #44)
 * Network tests now bind to 127.0.0.1 to avoid (even temporary) network
   visible ports. (Benedikt Morbach, github #46)

- Revert back

- Totally disable testing to bootstrap ppc64. Actually the build conditional is
  supposed to do just that.

OBS-URL: https://build.opensuse.org/request/show/213713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=28
This commit is contained in:
Denisart Benjamin
2014-01-13 17:25:01 +00:00
committed by Git OBS Bridge
parent afcbf2d3ec
commit bfcee6fb55
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 13 13:44:49 UTC 2014 - dmueller@suse.com
- update to 0.9.34:
* Added ability for ``testtools.TestCase`` instances to force a test to
fail, even if no assertions failed. (Thomi Richards)
* Added ``testtools.content.StacktraceContent``, a content object that
automatically creates a ``StackLinesContent`` object containing the current
stack trace. (Thomi Richards)
* ``AnyMatch`` is now exported properly in ``testtools.matchers``.
(Robert Collins, Rob Kennedy, github #44)
* Network tests now bind to 127.0.0.1 to avoid (even temporary) network
visible ports. (Benedikt Morbach, github #46)
-------------------------------------------------------------------
Sun Nov 17 16:48:32 UTC 2013 - p.drouand@gmail.com
@@ -10,6 +24,17 @@ Sun Nov 17 16:48:32 UTC 2013 - p.drouand@gmail.com
tests were counted as run tests, but they are not.
- Remove unwanted hidden file from documentation generated with Sphinx
-------------------------------------------------------------------
Thu Aug 8 13:47:56 UTC 2013 - speilicke@suse.com
- Revert back
-------------------------------------------------------------------
Thu Aug 8 13:22:20 UTC 2013 - speilicke@suse.com
- Totally disable testing to bootstrap ppc64. Actually the build conditional is
supposed to do just that.
-------------------------------------------------------------------
Tue Jun 25 11:35:04 UTC 2013 - speilicke@suse.com