<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/testtools.git, branch 2.1.0</title>
<subtitle>github.com: testing-cabal/testtools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/'/>
<entry>
<title>Release 2.1.0</title>
<updated>2016-04-18T07:13:37+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2016-04-18T07:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=4bbc3fb882551e5b2a963e29ea01aca838e12f99'/>
<id>4bbc3fb882551e5b2a963e29ea01aca838e12f99</id>
<content type='text'>
Change-Id: Ib3053cb902f607eef8f1c245bbd29e3da17fa6b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib3053cb902f607eef8f1c245bbd29e3da17fa6b0
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct docs for skip deprecation</title>
<updated>2016-04-13T00:19:33+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2016-04-13T00:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=109667e308823bf8b60643fd8866d5e4746fd3b1'/>
<id>109667e308823bf8b60643fd8866d5e4746fd3b1</id>
<content type='text'>
The docs said that the skip method didn't emit a warning, but it
does since 9e43c3c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs said that the skip method didn't emit a warning, but it
does since 9e43c3c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add matchers for detecting emitted warnings.</title>
<updated>2016-03-15T19:26:26+00:00</updated>
<author>
<name>Jonathan Jacobs</name>
<email>jonathan@jsphere.com</email>
</author>
<published>2016-03-12T21:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=8a69c2c536f9f86931c0aafc4153268ec17305c7'/>
<id>8a69c2c536f9f86931c0aafc4153268ec17305c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert usage of pyrsistent</title>
<updated>2016-03-04T08:56:59+00:00</updated>
<author>
<name>Thomas Herve</name>
<email>therve@redhat.com</email>
</author>
<published>2016-03-03T13:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=45a0a15924f6c8a74b8a7e4def8ef7430ad92f0c'/>
<id>45a0a15924f6c8a74b8a7e4def8ef7430ad92f0c</id>
<content type='text'>
Remove the dependency on pyrsistent and make the _TestRecord class a
simple obkect, as it has a pretty big performance hit.

Closes #219
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the dependency on pyrsistent and make the _TestRecord class a
simple obkect, as it has a pretty big performance hit.

Closes #219
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unique_text_generator</title>
<updated>2016-02-28T23:28:49+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-12-09T19:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=4d4bc6f384a920daf1710101ac2a5dc68c49fc01'/>
<id>4d4bc6f384a920daf1710101ac2a5dc68c49fc01</id>
<content type='text'>
This provides a way to make it easier to test with
unicode text strings. The value returned will be like
TestCase.getUniqueString but the value is six.text_type
and contains unicode.

Change-Id: I3f144e1294a801b23793f7a2520465e15f3a5222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides a way to make it easier to test with
unicode text strings. The value returned will be like
TestCase.getUniqueString but the value is six.text_type
and contains unicode.

Change-Id: I3f144e1294a801b23793f7a2520465e15f3a5222
</pre>
</div>
</content>
</entry>
<entry>
<title>Become compatible with newer Fixtures _setUp() API.</title>
<updated>2016-02-15T01:24:02+00:00</updated>
<author>
<name>Julian Edwards</name>
<email>bigjools@gmail.com</email>
</author>
<published>2015-11-19T01:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=11e50d3fc2e89b902e1b464f0a60bab2a1620442'/>
<id>11e50d3fc2e89b902e1b464f0a60bab2a1620442</id>
<content type='text'>
Previously, when gathering details caused by a setUp failure,
a traceback occurred if the fixture used the newer _setUp().
This also had the side effect of not clearing up fixtures properly.

Change-Id: I9d138e8d559e176867c6e3f4b89f784cf4d29f05
Fixes: https://bugs.launchpad.net/testtools/+bug/1469759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, when gathering details caused by a setUp failure,
a traceback occurred if the fixture used the newer _setUp().
This also had the side effect of not clearing up fixtures properly.

Change-Id: I9d138e8d559e176867c6e3f4b89f784cf4d29f05
Fixes: https://bugs.launchpad.net/testtools/+bug/1469759
</pre>
</div>
</content>
</entry>
<entry>
<title>Better handling of KeyboardInterrupt</title>
<updated>2016-02-14T13:01:31+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2016-02-14T13:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=cd286b23f23c2d79b60e1bb3686d7a17507595b8'/>
<id>cd286b23f23c2d79b60e1bb3686d7a17507595b8</id>
<content type='text'>
When we get a suspected KeyboardInterrupt (no result from Deferred),
explicitly stop the result and report the error as if it were a user
error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we get a suspected KeyboardInterrupt (no result from Deferred),
explicitly stop the result and report the error as if it were a user
error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example in docstring for `failed`</title>
<updated>2016-02-14T12:59:55+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2016-02-14T12:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=725bfa9595bca9f4cd69caa21cde2d5b7b39399a'/>
<id>725bfa9595bca9f4cd69caa21cde2d5b7b39399a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all Twisted code to twistedsupport package</title>
<updated>2016-02-07T16:43:44+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2016-02-07T16:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=c8d131d371ff20e1d6dadbf760a03f57f33d318b'/>
<id>c8d131d371ff20e1d6dadbf760a03f57f33d318b</id>
<content type='text'>
* Move test code to testtools.tests.twistedsupport, to parallel matchers
* Add testtools.deferredruntest to preserve backwards compatibility
* Move NeedsTwistedTestCase out of test_spinner into shared module for
  Twisted tests

Closes #202
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move test code to testtools.tests.twistedsupport, to parallel matchers
* Add testtools.deferredruntest to preserve backwards compatibility
* Move NeedsTwistedTestCase out of test_spinner into shared module for
  Twisted tests

Closes #202
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Move all Twisted code to twistedsupport package"</title>
<updated>2016-02-07T15:56:48+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2016-02-07T15:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=092d4343f7133b7e880c8e4c95a9f5c2051ee549'/>
<id>092d4343f7133b7e880c8e4c95a9f5c2051ee549</id>
<content type='text'>
This reverts commit e571d9c25ff280a21bb879a9c4c264ef233dc9a2.

Travis CI was failing before merge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e571d9c25ff280a21bb879a9c4c264ef233dc9a2.

Travis CI was failing before merge.
</pre>
</div>
</content>
</entry>
</feed>
