<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/fixtures-git.git, branch 1.2</title>
<subtitle>github.com: testing-cabal/fixtures.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/'/>
<entry>
<title>Cap the testtools dependency at 2.0.0</title>
<updated>2016-03-02T02:04:27+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2016-03-02T02:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=255f9cd00c9bc4dfd90cf9073e6c935d3009e163'/>
<id>255f9cd00c9bc4dfd90cf9073e6c935d3009e163</id>
<content type='text'>
testtools 2.0.0 is incompatible with fixtures 1.2, and due to pip's lack of a
resolver this leads to silently incompatible installs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testtools 2.0.0 is incompatible with fixtures 1.2, and due to pip's lack of a
resolver this leads to silently incompatible installs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.2.0.</title>
<updated>2015-05-04T22:13:31+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-05-04T22:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=f7502e826153b1460d00e33848728d97072732c4'/>
<id>f7502e826153b1460d00e33848728d97072732c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a warnings module capture fixure</title>
<updated>2015-05-04T19:47:21+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-03-25T20:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=a48a685eca8bc262c118b1f25b66ee021ba55b53'/>
<id>a48a685eca8bc262c118b1f25b66ee021ba55b53</id>
<content type='text'>
Capturing the warnings module output (which is typically used
for deprecating code or functions or modules) is quite useful and
is a frequent operation that can be required to perform. So provide
a fixture that is similar (but not the same) as the warnings
``catch_warnings`` context manager that can be used to gather all
warnings emitted and allows people to later analyze them to ensure
they are as they expect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Capturing the warnings module output (which is typically used
for deprecating code or functions or modules) is quite useful and
is a frequent operation that can be required to perform. So provide
a fixture that is similar (but not the same) as the warnings
``catch_warnings`` context manager that can be used to gather all
warnings emitted and allows people to later analyze them to ensure
they are as they expect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use universal wheels.</title>
<updated>2015-05-04T04:08:21+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-05-04T04:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=d47cc58afaa8c18ee9750acb434c87713500a013'/>
<id>d47cc58afaa8c18ee9750acb434c87713500a013</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.1.0 and use pbr 0.11 features.</title>
<updated>2015-05-04T04:06:50+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-05-04T04:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=18ea57d2ef915c35e953864b1f8aa4cb98cbd75c'/>
<id>18ea57d2ef915c35e953864b1f8aa4cb98cbd75c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing NEWS entry.</title>
<updated>2015-05-04T04:02:12+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-05-04T04:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=89856bda75a45e4ffa634e214cfc9ecdbf74aed6'/>
<id>89856bda75a45e4ffa634e214cfc9ecdbf74aed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tox.ini file</title>
<updated>2015-03-26T22:29:36+00:00</updated>
<author>
<name>Sean Dague</name>
<email>sean@dague.net</email>
</author>
<published>2015-03-26T22:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=60bb0acc557129336bd8c9bf07664188fa551bdf'/>
<id>60bb0acc557129336bd8c9bf07664188fa551bdf</id>
<content type='text'>
Provide tox configuration to make it easy to run tests locally against
different python environments without have to install dependencies
into the system. The default env is left at py27 only for
compatibility, however tox -e py33 and tox -e py34 will work fine with
this in place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide tox configuration to make it easy to run tests locally against
different python environments without have to install dependencies
into the system. The default env is left at py27 only for
compatibility, however tox -e py33 and tox -e py34 will work fine with
this in place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test performance on Python 3.5.</title>
<updated>2015-03-26T22:27:22+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-26T22:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=31b58068803641dea8b13e186bb45c47b53a6601'/>
<id>31b58068803641dea8b13e186bb45c47b53a6601</id>
<content type='text'>
PEP 475 led to ``time.sleep()`` not being interrupted when a received signal
handler eats the signal (rather than raising an exception). (Robert Collins)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PEP 475 led to ``time.sleep()`` not being interrupted when a received signal
handler eats the signal (rather than raising an exception). (Robert Collins)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NEWS for FakeLogger formatter.</title>
<updated>2015-03-26T22:11:01+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-26T20:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=90ce7d729f611311035ed1538d3fe3810af70c35'/>
<id>90ce7d729f611311035ed1538d3fe3810af70c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow the specification of a custom log formatter</title>
<updated>2015-03-26T22:06:04+00:00</updated>
<author>
<name>Sean Dague</name>
<email>sean@dague.net</email>
</author>
<published>2015-03-18T14:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/fixtures-git.git/commit/?id=bf5462fbf2c22fed3ba6e0df5f2e71c296fefe5d'/>
<id>bf5462fbf2c22fed3ba6e0df5f2e71c296fefe5d</id>
<content type='text'>
When working on OpenStack in tree functional test things like the
context information is extremely useful to have access to. This relies
on using custom log formatter, which currently can't be done in
fixtures.

The creates an additional optional parameter for FakeLogger to specify
this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When working on OpenStack in tree functional test things like the
context information is extremely useful to have access to. This relies
on using custom log formatter, which currently can't be done in
fixtures.

The creates an additional optional parameter for FakeLogger to specify
this.
</pre>
</div>
</content>
</entry>
</feed>
