<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_namedict.py, branch proc-order</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>increase namedict coverage</title>
<updated>2020-06-29T02:19:37+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@play-bow.org</email>
</author>
<published>2020-06-29T02:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=adc1baeb85f673c07162abbb2a897fbeb64da54e'/>
<id>adc1baeb85f673c07162abbb2a897fbeb64da54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>increase test coverage for various things</title>
<updated>2020-05-23T22:18:05+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-23T22:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=33f3935fc3a0dd585a0b621bd42813b1f69a820f'/>
<id>33f3935fc3a0dd585a0b621bd42813b1f69a820f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>delint</title>
<updated>2020-04-02T15:33:55+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-04-02T15:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=90d7ac7cf527e59965fab6f64526dd77b5235c80'/>
<id>90d7ac7cf527e59965fab6f64526dd77b5235c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve assertion checking.</title>
<updated>2020-03-18T18:26:55+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-03-18T18:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=e6798e58b4555740db4cfb43c8b9ce0d7d3416f1'/>
<id>e6798e58b4555740db4cfb43c8b9ce0d7d3416f1</id>
<content type='text'>
This replaces lots of self.assertTrue() assertions with more specific
assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces lots of self.assertTrue() assertions with more specific
assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix failUnlessRaises -&gt; assertRaises deprecation</title>
<updated>2019-10-30T23:57:57+00:00</updated>
<author>
<name>Thomas A Caswell</name>
<email>tcaswell@bnl.gov</email>
</author>
<published>2019-10-30T23:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6c6fe87aa5c9c86be157cae3efb132fe48875ea4'/>
<id>6c6fe87aa5c9c86be157cae3efb132fe48875ea4</id>
<content type='text'>
failUnlessRaises was deprecated in py31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failUnlessRaises was deprecated in py31
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix unittest deprecation</title>
<updated>2019-10-30T23:54:53+00:00</updated>
<author>
<name>Thomas A Caswell</name>
<email>tcaswell@bnl.gov</email>
</author>
<published>2019-10-30T23:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6db5ee1240b0d5cc060a02abe1886413ab432141'/>
<id>6db5ee1240b0d5cc060a02abe1886413ab432141</id>
<content type='text'>
failUnless was deprecated in py31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failUnless was deprecated in py31
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright</title>
<updated>2018-12-01T15:26:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2018-12-01T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=505409b970cc62bb777293671b3f943f9fa579b6'/>
<id>505409b970cc62bb777293671b3f943f9fa579b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial type signatures</title>
<updated>2018-07-31T18:10:52+00:00</updated>
<author>
<name>Janus</name>
<email>ysangkok@gmail.com</email>
</author>
<published>2018-07-23T14:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599'/>
<id>5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: remove unused variables</title>
<updated>2016-08-31T19:50:37+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-08-02T21:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=ab91796060192ef4694b09cca2f10108bd6ba949'/>
<id>ab91796060192ef4694b09cca2f10108bd6ba949</id>
<content type='text'>
This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds tox and coverage.py</title>
<updated>2016-04-21T15:30:55+00:00</updated>
<author>
<name>Arthur Gautier</name>
<email>baloo@gandi.net</email>
</author>
<published>2016-03-30T20:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=c1a2e4585a1404ee0cfaa6d2d2ad072e8807ef3e'/>
<id>c1a2e4585a1404ee0cfaa6d2d2ad072e8807ef3e</id>
<content type='text'>
Signed-off-by: Arthur Gautier &lt;baloo@gandi.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Arthur Gautier &lt;baloo@gandi.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
