<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/testtools.git, branch mypy</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>Merge branch 'master' into mypy</title>
<updated>2022-11-19T17:57:18+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-11-19T17:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=142cb77e2b85bd606be16208ca55012b8eff136a'/>
<id>142cb77e2b85bd606be16208ca55012b8eff136a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial config for mypy.</title>
<updated>2022-11-19T14:43:26+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-11-19T14:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=347a27dd5a95a890ac1d615e46e94d9676dd2f48'/>
<id>347a27dd5a95a890ac1d615e46e94d9676dd2f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #336 from tipabu/eq-attribute-error</title>
<updated>2022-11-06T12:36:29+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-11-06T12:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=d602d9a2532fa952647f635a2e97fe3de3cec49b'/>
<id>d602d9a2532fa952647f635a2e97fe3de3cec49b</id>
<content type='text'>
Prevent AttributeError in TestCase.__eq__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent AttributeError in TestCase.__eq__</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent AttributeError in TestCase.__eq__</title>
<updated>2022-11-04T18:47:15+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2022-11-04T18:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=6286dbe3de4ab2ddb6ce9ba28cf959a8959423ed'/>
<id>6286dbe3de4ab2ddb6ce9ba28cf959a8959423ed</id>
<content type='text'>
Not all objects have a __dict__ attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all objects have a __dict__ attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #326 from cjwatson/compound-fixture</title>
<updated>2022-07-01T18:39:13+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-07-01T18:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=58d5c3f9b91f572e1fa174f5472e3d0a92f948c3'/>
<id>58d5c3f9b91f572e1fa174f5472e3d0a92f948c3</id>
<content type='text'>
Use CompoundFixture from fixtures&gt;=2.0 rather than rolling our own</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use CompoundFixture from fixtures&gt;=2.0 rather than rolling our own</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into compound-fixture</title>
<updated>2022-07-01T18:37:40+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-07-01T18:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=73eb82e06c6578fc964a2bf4b6710ed71f3b045c'/>
<id>73eb82e06c6578fc964a2bf4b6710ed71f3b045c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #248 from gone/master</title>
<updated>2022-07-01T18:36:24+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-07-01T18:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=4c352be4d3ba2dbf870b1e19885c4a4135264295'/>
<id>4c352be4d3ba2dbf870b1e19885c4a4135264295</id>
<content type='text'>
Making sure that TestCase can be hashed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making sure that TestCase can be hashed</pre>
</div>
</content>
</entry>
<entry>
<title>simplifying code</title>
<updated>2022-07-01T18:35:02+00:00</updated>
<author>
<name>Ben Beecher</name>
<email>Ben@lightmatter.com</email>
</author>
<published>2022-05-01T00:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=e223b5dfada74e8a7438f699c81ab2baeb08df60'/>
<id>e223b5dfada74e8a7438f699c81ab2baeb08df60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>less code</title>
<updated>2022-07-01T18:35:02+00:00</updated>
<author>
<name>Ben Beecher</name>
<email>ben@lightmatter.com</email>
</author>
<published>2019-08-29T19:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=cf6b8b0ec9e8a16fa64bddbe0ae69f0f235a550a'/>
<id>cf6b8b0ec9e8a16fa64bddbe0ae69f0f235a550a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making sure that TestCase can be hashed</title>
<updated>2022-07-01T18:35:02+00:00</updated>
<author>
<name>Ben Beecher</name>
<email>benbeecher@gmail.com</email>
</author>
<published>2017-01-22T22:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=56537559a34c4bc1e5f11e68e6378a26c241b474'/>
<id>56537559a34c4bc1e5f11e68e6378a26c241b474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
