<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch coverage-4.3</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Make sure the excepthook is measured.</title>
<updated>2016-12-26T19:24:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T19:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3decb32c9270a0afeae333980fb7b5a944fbaaa7'/>
<id>3decb32c9270a0afeae333980fb7b5a944fbaaa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't stress over PyPy differences, and fix file names</title>
<updated>2016-12-26T18:36:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T18:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1820997c457808579cc97cd6f43a0a71b4fbc608'/>
<id>1820997c457808579cc97cd6f43a0a71b4fbc608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make excepthook execution more accurate. Pypy tests failing</title>
<updated>2016-12-26T14:37:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T14:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a110edeb6485fffa3accc4202e6b587f7def85ec'/>
<id>a110edeb6485fffa3accc4202e6b587f7def85ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put the excepthook tests in their own class for convenience</title>
<updated>2016-12-26T12:18:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T12:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f7b83b4e00512525ff93783f18dc70b7d42ea1e7'/>
<id>f7b83b4e00512525ff93783f18dc70b7d42ea1e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in andrewhoos/coverage.py (pull request #93)</title>
<updated>2016-12-26T12:14:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-26T12:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=481c27ae93b627e3f7704bd2ba652c60f61fabdd'/>
<id>481c27ae93b627e3f7704bd2ba652c60f61fabdd</id>
<content type='text'>
Explicitely call sys.excepthook
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicitely call sys.excepthook
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for subprocesses to test HTML reporting</title>
<updated>2016-12-24T22:42:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T22:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b157003db4af681f2f3857af3631dbe752a40264'/>
<id>b157003db4af681f2f3857af3631dbe752a40264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in dachary/coverage.py/issue-433-2 (pull request #112)</title>
<updated>2016-12-24T22:05:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-24T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6afef68b890997a2a0f46444f9f5ecd4e2d5357a'/>
<id>6afef68b890997a2a0f46444f9f5ecd4e2d5357a</id>
<content type='text'>
implement --skip-covered for html report #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement --skip-covered for html report #433
</pre>
</div>
</content>
</entry>
<entry>
<title>2.6 and 2.7 are not different wrt constants in while loops</title>
<updated>2016-12-24T21:56:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=644f3dadc645f970fbaf80bf91aceb809c02d1a2'/>
<id>644f3dadc645f970fbaf80bf91aceb809c02d1a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide some help in interpreting test failures</title>
<updated>2016-12-24T20:54:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T20:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c26454501b5667643324556475ad45ebffcc3539'/>
<id>c26454501b5667643324556475ad45ebffcc3539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the test program into the test</title>
<updated>2016-12-24T20:21:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T20:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fd9b1e460826789468e4a8b0986aad074615587b'/>
<id>fd9b1e460826789468e4a8b0986aad074615587b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
