<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_generate.py, branch cmp_fix</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>remove debugging prints</title>
<updated>2020-06-29T01:12:10+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@play-bow.org</email>
</author>
<published>2020-06-29T01:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5317fc7b9d9062bffc19ee99c586c8bf34ef214c'/>
<id>5317fc7b9d9062bffc19ee99c586c8bf34ef214c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more zone test coverage</title>
<updated>2020-06-18T15:35:20+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-18T15:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0361f3af0ead4667d3ed30ba4c4f0e19eaf1c9f5'/>
<id>0361f3af0ead4667d3ed30ba4c4f0e19eaf1c9f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: remove forgotten prints</title>
<updated>2020-05-28T07:39:41+00:00</updated>
<author>
<name>Petr Špaček</name>
<email>petr.spacek@nic.cz</email>
</author>
<published>2020-05-28T07:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=679be82da6e043f7f68dbaa1811748da5ae4b5d1'/>
<id>679be82da6e043f7f68dbaa1811748da5ae4b5d1</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>$GENERATE was not padding correctly given a pattern like ${0,3} it was</title>
<updated>2019-02-21T14:33:00+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2019-02-21T14:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=268cacfd245ccd1cc59785fb84b329aab00f3ed2'/>
<id>268cacfd245ccd1cc59785fb84b329aab00f3ed2</id>
<content type='text'>
using the index field (0) as the padding width, instead of the correct value
3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using the index field (0) as the padding width, instead of the correct value
3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception when parsing certain generate statements</title>
<updated>2019-02-21T11:39:34+00:00</updated>
<author>
<name>Sigmund Augdal</name>
<email>sigmund.augdal@uninett.no</email>
</author>
<published>2019-02-21T11:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=33ac58f2abac2a969c73bb162dbd53a3dbe9507d'/>
<id>33ac58f2abac2a969c73bb162dbd53a3dbe9507d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _compat module.</title>
<updated>2018-12-09T20:06:24+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2018-12-09T20:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=129f9e79ff508e36bac08fd588769525d9214a57'/>
<id>129f9e79ff508e36bac08fd588769525d9214a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
