<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/testtools.git/NEWS, branch interfaces</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>Add testscenarios for use by tests.</title>
<updated>2015-11-18T19:28:56+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-11-18T19:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=9e069841b47ecdb2a8233b0aae0cd8dc6b5e3e88'/>
<id>9e069841b47ecdb2a8233b0aae0cd8dc6b5e3e88</id>
<content type='text'>
Change-Id: I76ba3261129736a714d7b265d21a29264f1c2974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I76ba3261129736a714d7b265d21a29264f1c2974
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for 1.8.1</title>
<updated>2015-11-13T14:49:36+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2015-11-13T14:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=e7b82f6c7c8c0a6bcd7ecc4d45b06f63e36c8ebb'/>
<id>e7b82f6c7c8c0a6bcd7ecc4d45b06f63e36c8ebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hacking documentation.</title>
<updated>2015-10-05T04:01:49+00:00</updated>
<author>
<name>Thomi Richards</name>
<email>thomi.richards@canonical.com</email>
</author>
<published>2015-10-05T01:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=cdbceec8cc27114e614534de1dfb69c3ebce0f61'/>
<id>cdbceec8cc27114e614534de1dfb69c3ebce0f61</id>
<content type='text'>
Tweak language to make it clear that we're talking about building
testtools for the purpose of hacking on it, rather than installing it
for production or end use.

Warn against interactions with easy_install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweak language to make it clear that we're talking about building
testtools for the purpose of hacking on it, rather than installing it
for production or end use.

Warn against interactions with easy_install.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.8.0</title>
<updated>2015-05-04T23:49:26+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-05-04T23:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=a18c90475e0d6dc3252079166dd0dc9ae3ee6f08'/>
<id>a18c90475e0d6dc3252079166dd0dc9ae3ee6f08</id>
<content type='text'>
Change-Id: I0a1db860a786d54addadb9d06eac470db6c430a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0a1db860a786d54addadb9d06eac470db6c430a4
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.7.1</title>
<updated>2015-03-11T01:17:48+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-11T01:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=666d27d814b198673756a37736fdb00f084b8049'/>
<id>666d27d814b198673756a37736fdb00f084b8049</id>
<content type='text'>
Change-Id: Ib9d553325041b3c4bc31a384fe3f2e784d7378ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib9d553325041b3c4bc31a384fe3f2e784d7378ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pypy3 tests by using ceil when reporting duration.</title>
<updated>2015-03-11T00:04:42+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-11T00:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=7f7b84359b281c95a116238745da74c21380a291'/>
<id>7f7b84359b281c95a116238745da74c21380a291</id>
<content type='text'>
During reporting in ``TextTestResult`` now always uses ``ceil`` rather than
depending on the undefined rounding behaviour in string formatting.
(Robert Collins)

Change-Id: I72e11ccd1c41e9dbc65358aba5c1ffdc2d96eaf6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During reporting in ``TextTestResult`` now always uses ``ceil`` rather than
depending on the undefined rounding behaviour in string formatting.
(Robert Collins)

Change-Id: I72e11ccd1c41e9dbc65358aba5c1ffdc2d96eaf6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building universal wheels on Python 3.</title>
<updated>2015-03-10T21:21:50+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-10T21:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=d6964198e9df8e88af3d7255144bea8dcd8b98d6'/>
<id>d6964198e9df8e88af3d7255144bea8dcd8b98d6</id>
<content type='text'>
Building a wheel on Python 3 was missing ``_compat2x.py`` needed for Python2.
This was a side effect of the fix to bug #941958, where we fixed a cosmetic
error. (Robert Collins, #1430534)

This reverts commit 56c49a5fd420143627e50e2d0ec86e1f37075875.

Change-Id: I4de72a62b5ddf7349c432165f796841a0998e878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building a wheel on Python 3 was missing ``_compat2x.py`` needed for Python2.
This was a side effect of the fix to bug #941958, where we fixed a cosmetic
error. (Robert Collins, #1430534)

This reverts commit 56c49a5fd420143627e50e2d0ec86e1f37075875.

Change-Id: I4de72a62b5ddf7349c432165f796841a0998e878
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.7.0</title>
<updated>2015-03-10T19:46:47+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-10T19:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=49c2da2a71c3344051efd1bc17c3eae062fe9ecc'/>
<id>49c2da2a71c3344051efd1bc17c3eae062fe9ecc</id>
<content type='text'>
Change-Id: I5dac8b57f0843524f4abaaddfd5722471843cee8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5dac8b57f0843524f4abaaddfd5722471843cee8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix output of empty attachments.</title>
<updated>2015-03-10T07:05:22+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-10T06:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=83350800db0e4272fb651e4b2bd89337ff42c6b0'/>
<id>83350800db0e4272fb651e4b2bd89337ff42c6b0</id>
<content type='text'>
Empty attachments to tests were triggering a file payload of None in the
``ExtendedToStreamDecorator`` code, which caused multiple copies of
attachments that had been output prior to the empty one.
(Robert Collins, #1378609)

Change-Id: I34a989546d57b245d4384b8c5b6d444e7ce0ac1b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Empty attachments to tests were triggering a file payload of None in the
``ExtendedToStreamDecorator`` code, which caused multiple copies of
attachments that had been output prior to the empty one.
(Robert Collins, #1378609)

Change-Id: I34a989546d57b245d4384b8c5b6d444e7ce0ac1b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #1430076 fix installing when extras is not installed.</title>
<updated>2015-03-10T00:20:44+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-10T00:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=a0e61b3a2061038431b2e872390ce1b87b59e6f4'/>
<id>a0e61b3a2061038431b2e872390ce1b87b59e6f4</id>
<content type='text'>
Change-Id: Icc9c40d6ef74e6b12323fdab7ce0581ec68794b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icc9c40d6ef74e6b12323fdab7ce0581ec68794b7
</pre>
</div>
</content>
</entry>
</feed>
